Merge "Create image apexes by default instead of flattened apexes" am: 14108b6a57
am: 299878fb17
Original change: https://android-review.googlesource.com/c/platform/build/+/2491212 Change-Id: Ie773663bd3cd5770af0e754ee29c9f411d574244 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -996,19 +996,13 @@ ifeq ($(PRODUCT_ENFORCE_INTER_PARTITION_JAVA_SDK_LIBRARY),true)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
# APEXes are by default flattened, i.e. non-updatable, if not building unbundled
|
# APEXes are by default not flattened, i.e. updatable.
|
||||||
# apps. It can be unflattened (and updatable) by inheriting from
|
|
||||||
# updatable_apex.mk
|
|
||||||
#
|
#
|
||||||
# APEX flattening can also be forcibly enabled (resp. disabled) by
|
# APEX flattening can also be forcibly enabled (resp. disabled) by
|
||||||
# setting OVERRIDE_TARGET_FLATTEN_APEX to true (resp. false), e.g. by
|
# setting OVERRIDE_TARGET_FLATTEN_APEX to true (resp. false), e.g. by
|
||||||
# setting the OVERRIDE_TARGET_FLATTEN_APEX environment variable.
|
# setting the OVERRIDE_TARGET_FLATTEN_APEX environment variable.
|
||||||
ifdef OVERRIDE_TARGET_FLATTEN_APEX
|
ifdef OVERRIDE_TARGET_FLATTEN_APEX
|
||||||
TARGET_FLATTEN_APEX := $(OVERRIDE_TARGET_FLATTEN_APEX)
|
TARGET_FLATTEN_APEX := $(OVERRIDE_TARGET_FLATTEN_APEX)
|
||||||
else
|
|
||||||
ifeq (,$(TARGET_BUILD_APPS)$(TARGET_FLATTEN_APEX))
|
|
||||||
TARGET_FLATTEN_APEX := true
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (,$(TARGET_BUILD_UNBUNDLED))
|
ifeq (,$(TARGET_BUILD_UNBUNDLED))
|
||||||
|
Reference in New Issue
Block a user