forked from openkylin/platform_build
Merge "Build: Use ART phony packages in runtime_libart" am: 47b734db57
am: 2d3b1ca45a
Change-Id: I28d9d8369f374e7b20461a4e931e70aafe3a10eb
This commit is contained in:
commit
ac1a012d21
|
@ -41,7 +41,6 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
libjavacore \
|
||||
libopenjdk \
|
||||
libopenjdkjvm \
|
||||
|
||||
# Libcore ICU. TODO: Try to figure out if/why we need them explicitly.
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -49,24 +48,9 @@ PRODUCT_PACKAGES += \
|
|||
libicuuc \
|
||||
|
||||
# ART.
|
||||
PRODUCT_PACKAGES += \
|
||||
dalvikvm \
|
||||
dex2oat \
|
||||
dexoptanalyzer \
|
||||
libart \
|
||||
libart_fake \
|
||||
libopenjdkjvmti \
|
||||
patchoat \
|
||||
profman
|
||||
|
||||
PRODUCT_PACKAGES += art-runtime
|
||||
# ART/dex helpers.
|
||||
PRODUCT_PACKAGES += \
|
||||
ahat \
|
||||
dexdiag \
|
||||
dexdump \
|
||||
dexlist \
|
||||
hprof-conv \
|
||||
oatdump \
|
||||
PRODUCT_PACKAGES += art-tools
|
||||
|
||||
# Certificates.
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in New Issue