Merge "Enable dynamic image size for all generic devices" am: 9243997500

am: 0947f1cfe3

Change-Id: I3697ff0956e015aee67bd4fe94062fe54108b078
This commit is contained in:
Orion Hodson 2018-08-08 11:20:12 -07:00 committed by android-build-merger
commit 5de8f78625
3 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
# Overrides
PRODUCT_NAME := full
PRODUCT_DEVICE := generic

View File

@ -36,6 +36,9 @@ PRODUCT_PACKAGES += \
bios.bin \
vgabios-cirrus.bin \
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
# Overrides
PRODUCT_NAME := full_x86
PRODUCT_DEVICE := generic_x86

View File

@ -18,6 +18,9 @@
# device with no telephony.
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
PRODUCT_NAME := mainline_system
PRODUCT_BRAND := generic
PRODUCT_SHIPPING_API_LEVEL := 28