Loading cmds/installd/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ cc_defaults { "libcutils", "liblog", "liblogwrap", "libprocessgroup", "libselinux", "libutils", ], Loading Loading @@ -168,6 +169,7 @@ cc_library_static { "libbase", "libcutils", "liblog", "libprocessgroup", "libutils", ], } Loading Loading @@ -204,6 +206,7 @@ cc_binary { "libcutils", "liblog", "liblogwrap", "libprocessgroup", "libselinux", "libutils", ], Loading cmds/installd/dexopt.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ #include <log/log.h> // TODO: Move everything to base/logging. #include <openssl/sha.h> #include <private/android_filesystem_config.h> #include <processgroup/sched_policy.h> #include <selinux/android.h> #include <system/thread_defs.h> Loading cmds/installd/tests/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ cc_test { "libbinder", "libcrypto", "libcutils", "libprocessgroup", "libselinux", "libutils", ], Loading @@ -50,6 +51,7 @@ cc_test { "libbinder", "libcrypto", "libcutils", "libprocessgroup", "libselinux", "libutils", ], Loading @@ -72,6 +74,7 @@ cc_test { "libbinder", "libcrypto", "libcutils", "libprocessgroup", "libselinux", "libutils", ], Loading libs/vr/libvrflinger/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ sharedLibraries = [ "liblog", "libhardware", "libnativewindow", "libprocessgroup", "libutils", "libEGL", "libGLESv1_CM", Loading libs/vr/libvrflinger/vr_flinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -12,9 +12,9 @@ #include <binder/IServiceManager.h> #include <binder/ProcessState.h> #include <cutils/properties.h> #include <cutils/sched_policy.h> #include <log/log.h> #include <private/dvr/display_client.h> #include <processgroup/sched_policy.h> #include <sys/prctl.h> #include <sys/resource.h> Loading Loading
cmds/installd/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ cc_defaults { "libcutils", "liblog", "liblogwrap", "libprocessgroup", "libselinux", "libutils", ], Loading Loading @@ -168,6 +169,7 @@ cc_library_static { "libbase", "libcutils", "liblog", "libprocessgroup", "libutils", ], } Loading Loading @@ -204,6 +206,7 @@ cc_binary { "libcutils", "liblog", "liblogwrap", "libprocessgroup", "libselinux", "libutils", ], Loading
cmds/installd/dexopt.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ #include <log/log.h> // TODO: Move everything to base/logging. #include <openssl/sha.h> #include <private/android_filesystem_config.h> #include <processgroup/sched_policy.h> #include <selinux/android.h> #include <system/thread_defs.h> Loading
cmds/installd/tests/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ cc_test { "libbinder", "libcrypto", "libcutils", "libprocessgroup", "libselinux", "libutils", ], Loading @@ -50,6 +51,7 @@ cc_test { "libbinder", "libcrypto", "libcutils", "libprocessgroup", "libselinux", "libutils", ], Loading @@ -72,6 +74,7 @@ cc_test { "libbinder", "libcrypto", "libcutils", "libprocessgroup", "libselinux", "libutils", ], Loading
libs/vr/libvrflinger/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ sharedLibraries = [ "liblog", "libhardware", "libnativewindow", "libprocessgroup", "libutils", "libEGL", "libGLESv1_CM", Loading
libs/vr/libvrflinger/vr_flinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -12,9 +12,9 @@ #include <binder/IServiceManager.h> #include <binder/ProcessState.h> #include <cutils/properties.h> #include <cutils/sched_policy.h> #include <log/log.h> #include <private/dvr/display_client.h> #include <processgroup/sched_policy.h> #include <sys/prctl.h> #include <sys/resource.h> Loading