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:
Roland Levillain
2019-01-14 15:23:48 +00:00
parent 7769c3459a
commit fbf4dbee33

View File

@@ -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 += \