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

Commit 7fbf9b2f authored by Orion Hodson's avatar Orion Hodson Committed by android-build-merger
Browse files

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

Merge "Enable dynamic image size for all generic devices" am: 92439975 am: 0947f1cf am: 5de8f786
am: 673197b4

Change-Id: I25b318ea715d0bc715a4081636a9327ad99f2294
parents ad85ba84 673197b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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