Revert^2 "Add the Android Runtime APEX module to PRODUCT_PACKAGES."
Unless specified otherwise (using `DONT_INCLUDE_RUNTIME_APEX`).
This reverts commit 4c39bd2c6e
.
Test: make systemimage on taimen-userdebug
Test: make systemimage on marlin-eng
Test: make systemimage on marlin-userdebug
Test: make systemimage on sailfish-userdebug
Bug: 113373927
Change-Id: I1f1f0ffcc7bb6bf26d4df72613a806d2d73c5e82
This commit is contained in:
@@ -51,6 +51,10 @@ PRODUCT_PACKAGES += \
|
|||||||
PRODUCT_PACKAGES += art-runtime
|
PRODUCT_PACKAGES += art-runtime
|
||||||
# ART/dex helpers.
|
# ART/dex helpers.
|
||||||
PRODUCT_PACKAGES += art-tools
|
PRODUCT_PACKAGES += art-tools
|
||||||
|
# Android Runtime APEX module.
|
||||||
|
ifneq ($(DONT_INCLUDE_RUNTIME_APEX), true)
|
||||||
|
PRODUCT_PACKAGES += com.android.runtime
|
||||||
|
endif
|
||||||
|
|
||||||
# Certificates.
|
# Certificates.
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
Reference in New Issue
Block a user