Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
BOARD_PERSISTIMAGE_PARTITION_SIZE := 2097152
BOARD_FLASH_BLOCK_SIZE := 131072

# Properties
TARGET_SYSTEM_PROP := $(LOCAL_PATH)/system.prop

# Recovery
TARGET_RECOVERY_FSTAB := $(LOCAL_PATH)/rootdir/fstab.hi3650
TARGET_RECOVERY_DEVICE_MODULES := libinit_hi3650
Expand All @@ -147,7 +144,7 @@ ENABLE_WEBGL := true

# Vendor
BOARD_NEEDS_VENDORIMAGE_SYMLINK := true
TARGET_COPY_OUT_VENDOR := system
TARGET_COPY_OUT_VENDOR := vendor

# Vendor Init
TARGET_UNIFIED_DEVICE := true
Expand Down