mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
m20lte: Cleanup vendor and compile it
Change-Id: Ie8d82f9587d94495fdca6e00196797e0dcf98ff8 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
224816f49e
commit
08066a8201
3 changed files with 76 additions and 262 deletions
|
|
@ -29,6 +29,7 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth
|
|||
|
||||
# Build system
|
||||
BUILD_BROKEN_DUP_RULES := true
|
||||
BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true
|
||||
|
||||
# Camera
|
||||
TARGET_CAMERA_BOOTTIME_TIMESTAMP := true
|
||||
|
|
@ -58,12 +59,15 @@ TARGET_LMKD_STATS_LOG := true
|
|||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_FLASH_BLOCK_SIZE := 131072
|
||||
|
||||
# Properties
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
||||
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
|
||||
|
||||
# Recovery
|
||||
BOARD_HAS_DOWNLOAD_MODE := true
|
||||
|
|
|
|||
Loading…
Reference in a new issue