Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0354c908 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Add oatdump for ART to go with dexdump for Dalvik

Bug: 10807447
Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496
parent f52651ef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
PRODUCT_PACKAGES += \
        core-libart \
        libart \
        dex2oat
        dex2oat \
        oatdump

# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)