summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/Main.java
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-06-05 13:54:02 +0100
committerRoland Levillain <rpl@google.com>2019-06-11 10:16:32 +0000
commit8f30d5bc8f5a05def2cca78cac06820abf33a024 (patch)
tree57737166f78de351a2f5d6f54aa5af578154cc73 /test/ProfileTestMultiDex/Main.java
parent1fdbca644f5b91307fe6fee32f967279eb9e8df5 (diff)
Fix dex2oatd module definition.
- On target, dex2oatd is compiled as a "prefer32" module, producing a single 32-bit (or potentially 64-bit) binary ("dex2oatd"); - On host, dex2oatd is compiled as a multilib module, producing both 32- and 64-bit binaries ("dex2oatd32" and "dex2oatd64") as well as a symlink ("dex2oatd") pointing to one of these binaries (the "primary target"). (cherry picked from commit 9a45d01b40692d9b9568f5e80d21fc7f51bcac5c) Test: m Test: art/build/apex/runtests.sh Test: Run "adb shell cmd package bg-dexopt-job" on a userdebug build and verify the absence of SELinux denials for `installd`. Test: ALLOW_MISSING_DEPENDENCIES=true DIST_DIR=$(pwd)/out/dist art/tools/dist_linux_bionic.sh -j50 com.android.runtime.host Bug: 133864678 Bug: 123079311 Change-Id: Ic1b297888ae9889f9344362b25bc6ae0a52138db Merged-In: Ic1b297888ae9889f9344362b25bc6ae0a52138db
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions