diff options
author | Orion Hodson <oth@google.com> | 2020-04-28 14:37:20 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-04-28 18:54:31 +0100 |
commit | d1565e78d391125460504541a69fd431b442914c (patch) | |
tree | 153bb1add7c725b2ced8641aaf84b4f1092cff94 /media | |
parent | a0796e98c298fc1fc7df88f26c0d417454c34fea (diff) |
Use shared library variant of libnativehelper
Now available as a public library, static variant will be retired.
Bug: 150252746
Bug: 151443957
Test: mma
Change-Id: I3c0bd3d53eb457577a22cf74c9a6d852ed69c9be
Diffstat (limited to 'media')
-rw-r--r-- | media/omx/1.0/vts/functional/common/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/omx/1.0/vts/functional/common/Android.bp b/media/omx/1.0/vts/functional/common/Android.bp index 2c024a0c0c..7e7463a446 100644 --- a/media/omx/1.0/vts/functional/common/Android.bp +++ b/media/omx/1.0/vts/functional/common/Android.bp @@ -68,11 +68,11 @@ cc_defaults { "android.hidl.allocator@1.0", "android.hidl.memory@1.0", "libhidlmemory", - "libnativehelper", ], // TODO(b/64437680): Assume these libs are always available on the device. shared_libs: [ + "libnativehelper", "libstagefright_foundation", ], } |