Add the Android Runtime APEX module to PRODUCT_PACKAGES.
Test: make systemimage Bug: 113373927 Change-Id: I49c01fd40b2b777128586161e4c6ece6c5aea293
This commit is contained in:
parent
a39bb7f23f
commit
cb6e935db8
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += art-runtime
|
||||
# ART/dex helpers.
|
||||
PRODUCT_PACKAGES += art-tools
|
||||
# Android Runtime APEX module.
|
||||
PRODUCT_PACKAGES += com.android.runtime
|
||||
|
||||
# Certificates.
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue