OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ef38c
)
add missing lib dependency to libvndksupport
author
Jiyong Park
<jiyong@google.com>
Sat, 27 May 2017 06:29:41 +0000
(15:29 +0900)
committer
Jiyong Park
<jiyong@google.com>
Sat, 27 May 2017 06:29:41 +0000
(15:29 +0900)
libutils is now depending on libvndksupport. So any client that
statically links to libutils needs to link against libvndksuppor as
well.
Bug:
62084107
Test: start an app, run 'adb shell atrace gfx --stream'. atrace from the
graphics driver are visible.
Change-Id: I98917dc92a1b8bde52e69e1923a1c1530a088bd6
libs/vr/libpdx/Android.bp
patch
|
blob
|
history
diff --git
a/libs/vr/libpdx/Android.bp
b/libs/vr/libpdx/Android.bp
index
69300d6
..
f55e994
100644
(file)
--- a/
libs/vr/libpdx/Android.bp
+++ b/
libs/vr/libpdx/Android.bp
@@
-37,6
+37,7
@@
cc_test {
"libpdx",
"liblog",
"libutils",
+ "libvndksupport",
],
}