Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ac9a12f authored by Yo Chiang's avatar Yo Chiang Committed by Gerrit Code Review
Browse files

Merge "Clean up TARGET_FLATTEN_APEX lines in mainline products"

parents ee83e2d2 4a5ff18a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -40,8 +40,3 @@ AB_OTA_PARTITIONS := system
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4

# Mainline devices support apex
# TODO: move this to BoardConfigMainlineCommon. Currently, GSI wants flattened
#       apexes, but emulator wants .apex files, preventing this.
TARGET_FLATTEN_APEX := false
+0 −4
Original line number Diff line number Diff line
@@ -29,7 +29,3 @@ AB_OTA_PARTITIONS := system
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4

# Mainline devices support apex
# TODO: move this to product makefile and use updatable_apex.mk
TARGET_FLATTEN_APEX := false
+0 −4
Original line number Diff line number Diff line
@@ -34,7 +34,3 @@ AB_OTA_PARTITIONS := system
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4

# Mainline devices support apex
# TODO: move this to product makefile and use updatable_apex.mk
TARGET_FLATTEN_APEX := false
+0 −3
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@ $(call enforce-product-packages-exist,)
# Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true

# Enable nonflat APEX
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)

PRODUCT_BUILD_CACHE_IMAGE := false
PRODUCT_BUILD_ODM_IMAGE := false
PRODUCT_BUILD_PRODUCT_IMAGE  := false