No longer honor DONT_INCLUDE_RUNTIME_APEX
.
The Android Runtime APEX is always included on all products. Test: make systemimage on marlin-userdebug Test: make systemimage on sailfish-userdebug Bug: 113373927 Change-Id: I47b02ee44562b8da17bd960825a3489572018d93
This commit is contained in:
@@ -52,9 +52,7 @@ PRODUCT_PACKAGES += art-runtime
|
||||
# ART/dex helpers.
|
||||
PRODUCT_PACKAGES += art-tools
|
||||
# Android Runtime APEX module.
|
||||
ifneq ($(DONT_INCLUDE_RUNTIME_APEX), true)
|
||||
PRODUCT_PACKAGES += com.android.runtime
|
||||
endif
|
||||
PRODUCT_PACKAGES += com.android.runtime
|
||||
|
||||
# Certificates.
|
||||
PRODUCT_PACKAGES += \
|
||||
|
Reference in New Issue
Block a user