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
This commit is contained in:
Treehugger Robot
2019-02-13 02:17:35 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -278,8 +278,8 @@ cc_library_shared {
"libsoundtrigger",
"libminikin",
"libprocessgroup",
"libnativebridge",
"libnativeloader",
"libnativebridge_lazy",
"libnativeloader_lazy",
"libmemunreachable",
"libhidlbase",
"libhidltransport",