From 21cf2581844c478db3627d3e0259c205bce76ae7 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Mon, 8 Jan 2018 17:09:48 -0800 Subject: Convert to StandardDex in fixup_dex_dex_file In fixup_dex_file, run dexlayout to convert compact dex back to standard dex since the output is supposed to be standard dex. Fixed a bug in dexlayout where conversion from compact dex -> standard dex was not supported becuase the dex header was always preserved. Test: test/testrunner/testrunner.py --host ---redefine-stress --compact-dex-level fast Bug: 63756964 Change-Id: Id13e8593458213e7040d053c35e8914404ae5381 --- openjdkjvmti/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openjdkjvmti/Android.bp') diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp index 9ba7068176..0283999d54 100644 --- a/openjdkjvmti/Android.bp +++ b/openjdkjvmti/Android.bp @@ -68,6 +68,7 @@ art_cc_library { shared_libs: [ "libart", "libart-compiler", + "libart-dexlayout", ], } @@ -80,5 +81,6 @@ art_cc_library { shared_libs: [ "libartd", "libartd-compiler", + "libartd-dexlayout", ], } -- cgit v1.2.3-59-g8ed1b