forked from openkylin/platform_build
Add oatdump for ART to go with dexdump for Dalvik
Bug: 10807447 Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496
This commit is contained in:
parent
f52651ef27
commit
0354c908e2
|
@ -19,7 +19,8 @@
|
|||
PRODUCT_PACKAGES += \
|
||||
core-libart \
|
||||
libart \
|
||||
dex2oat
|
||||
dex2oat \
|
||||
oatdump
|
||||
|
||||
# host-only dependencies
|
||||
ifeq ($(WITH_HOST_DALVIK),true)
|
||||
|
|
Loading…
Reference in New Issue