diff options
| author | 2019-06-05 13:54:02 +0100 | |
|---|---|---|
| committer | 2019-06-06 19:10:40 +0000 | |
| commit | 9a45d01b40692d9b9568f5e80d21fc7f51bcac5c (patch) | |
| tree | 78d104f248151ddf178f54361b69a63e1f84c787 /compiler/optimizing/code_generator.h | |
| parent | 1e4ed979e519c34101889f803313fa48a7164e73 (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").
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
Diffstat (limited to 'compiler/optimizing/code_generator.h')
0 files changed, 0 insertions, 0 deletions