Merge "Remove unnecessary configs"
This commit is contained in:
commit
447ac999c6
|
@ -41,7 +41,6 @@ ifeq ($(HOST_OS),linux)
|
|||
endif
|
||||
|
||||
# Generic AOSP image always requires separate vendor.img
|
||||
BOARD_USES_VENDORIMAGE := true
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
||||
# Generic AOSP image does NOT support HWC1
|
||||
|
@ -68,4 +67,3 @@ BOARD_NAND_SPARE_SIZE := 0
|
|||
BOARD_FLASH_BLOCK_SIZE := 512
|
||||
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@ ifeq ($(HOST_OS),linux)
|
|||
endif
|
||||
|
||||
# Generic AOSP image always requires separate vendor.img
|
||||
BOARD_USES_VENDORIMAGE := true
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
||||
# Generic AOSP image does NOT support HWC1
|
||||
|
|
|
@ -41,7 +41,6 @@ ifeq ($(HOST_OS),linux)
|
|||
endif
|
||||
|
||||
# Generic AOSP image always requires separate vendor.img
|
||||
BOARD_USES_VENDORIMAGE := true
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
||||
# Generic AOSP image does NOT support HWC1
|
||||
|
@ -60,4 +59,3 @@ BOARD_NAND_SPARE_SIZE := 0
|
|||
BOARD_FLASH_BLOCK_SIZE := 512
|
||||
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
|
||||
|
|
Loading…
Reference in New Issue