Add ART and some other modules to dist target on riscv64.

Test: lunch aosp_riscv64-userdebug && m dist
Change-Id: Ib294f30dabeef6cf585ec0e2ad4f51fdfb7f73c4
This commit is contained in:
Ulya Trafimovich
2023-02-22 13:36:57 +00:00
parent c28c48b439
commit 0da6e01bab

View File

@@ -66,6 +66,12 @@ PRODUCT_PACKAGES := \
init_system \
linker \
shell_and_utilities \
com.android.art \
com.android.conscrypt \
com.android.i18n \
com.android.runtime \
com.android.tzdata \
com.android.os.statsd \
$(call inherit-product, $(SRC_TARGET_DIR)/product/default_art_config.mk)
PRODUCT_USES_DEFAULT_ART_CONFIG := false