diff options
| author | 2019-02-13 02:17:35 +0000 | |
|---|---|---|
| committer | 2019-02-13 02:17:35 +0000 | |
| commit | 661bb0414e635122117b1d554f59b9464ad90a6d (patch) | |
| tree | 6a7c1b00e9aaeb8923f4393325c45946c96abfcc | |
| parent | fa240e8054ca5ab155c04ec0c2e07053dd30d8f1 (diff) | |
| parent | 706bf3f6282644d0d536b88a1156fbf6c49d71d3 (diff) | |
Merge changes from topic "cut_dependency"
* changes:
Revert "Delay start of bootanimation until after the Runtime APEX is mounted."
Cut the static deps from libandroid_runtime to libnativeloader and libnativebridge
| -rw-r--r-- | cmds/bootanimation/bootanim.rc | 1 | ||||
| -rw-r--r-- | core/jni/Android.bp | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 1b3c32b20503..469c9646a4aa 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -2,7 +2,6 @@ service bootanim /system/bin/bootanimation class core animation user graphics group graphics audio - updatable disabled oneshot writepid /dev/stune/top-app/tasks diff --git a/core/jni/Android.bp b/core/jni/Android.bp index c81a77d4c16e..08a5789743cc 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -278,8 +278,8 @@ cc_library_shared { "libsoundtrigger", "libminikin", "libprocessgroup", - "libnativebridge", - "libnativeloader", + "libnativebridge_lazy", + "libnativeloader_lazy", "libmemunreachable", "libhidlbase", "libhidltransport", |