summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2020-07-14 18:02:03 -0700
committerStephen Hines <srhines@google.com>2020-07-14 18:02:03 -0700
commit60bbc030e129d8e160044bebfd2f8c04abe0ffd9 (patch)
treef7bb1f4e326c6cdff0efd2a782a84b2a4d38e0a1 /Android.bp
parent7247c8258aa33f412708d65d3d5ad329d71dcf79 (diff)
downloadgsid-60bbc030e129d8e160044bebfd2f8c04abe0ffd9.tar.gz
Add missing shared library dependencies from system/core/libutils/Android.bp
Without these shared library dependencies, our updated lld detects missing symbols like android_load_sphal_library and SetTaskProfiles. Bug: http://b/155835175 Test: m for aosp_blueline Change-Id: I5190ea8c139acb12feb13366fa58f52d71ef80b1
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c66e498..74dc50e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -100,6 +100,14 @@ cc_binary {
"libutils",
"libc++fs",
],
+ target: {
+ android: {
+ shared_libs: [
+ "libprocessgroup",
+ "libvndksupport",
+ ],
+ },
+ },
local_include_dirs: ["include"],
}