forked from openkylin/platform_build
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:
parent
4c39bd2c6e
commit
53ccc72179
|
@ -51,6 +51,10 @@ PRODUCT_PACKAGES += \
|
|||
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
|
||||
|
||||
# Certificates.
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in New Issue