diff options
| author | 2017-05-27 15:29:41 +0900 | |
|---|---|---|
| committer | 2017-05-27 15:29:41 +0900 | |
| commit | 059ceb26ca2530447bc438017f1e43db98f6210a (patch) | |
| tree | 4f7280c6319ae16edcd18c3b21c66f01c86b2eab | |
| parent | 27ef38ca4cf711763b529691fd4725ef9872b394 (diff) | |
add missing lib dependency to libvndksupport
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
| -rw-r--r-- | libs/vr/libpdx/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/vr/libpdx/Android.bp b/libs/vr/libpdx/Android.bp index 69300d6307..f55e9942db 100644 --- a/libs/vr/libpdx/Android.bp +++ b/libs/vr/libpdx/Android.bp @@ -37,6 +37,7 @@ cc_test { "libpdx", "liblog", "libutils", + "libvndksupport", ], } |