diff options
| author | 2022-05-24 14:59:03 +0100 | |
|---|---|---|
| committer | 2022-05-25 17:20:29 +0000 | |
| commit | ef6e0914268640249a96652eb5a94c8f682b6ef5 (patch) | |
| tree | 9f7c91cc6ed9d7e24134016182ed5093a3a4dfc5 /compiler/optimizing/loop_optimization.cc | |
| parent | 80ae94ad4a4fef5341bab65c4d370e8cdb586663 (diff) | |
Add `libartserviced`.
Bug: 177273468
Test: -
1. Execute the following code on ART Services startup.
if (VMRuntime.getRuntime().vmLibrary().equals("libartd.so")) {
System.loadLibrary("artserviced");
} else {
System.loadLibrary("artservice");
}
2. Build `com.android.art.debug` and adb install it.
3. adb shell stop && adb shell setprop dalvik.vm.extra-opts '-verbose:jni' && adb shell start
4. See the following log.
[Call to dlopen("libartserviced.so", RTLD_NOW) returned 0x99b62074fe04a493]
Change-Id: Iad9ad6427f9f96b5867fcdf2fd9402e60040ac07
Diffstat (limited to 'compiler/optimizing/loop_optimization.cc')
0 files changed, 0 insertions, 0 deletions