forked from openkylin/platform_build
am 24cffbac: Merge "Add oatdump for ART to go with dexdump for Dalvik" into klp-dev
* commit '24cffbac65dfc1dd17f45dc008abc36140c81032': Add oatdump for ART to go with dexdump for Dalvik
This commit is contained in:
commit
cd3641fab2
|
@ -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