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 class core animation
user graphics user graphics
group graphics audio group graphics audio
updatable
disabled disabled
oneshot oneshot
writepid /dev/stune/top-app/tasks writepid /dev/stune/top-app/tasks

View File

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