summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2020-04-28 14:37:20 +0100
committerOrion Hodson <oth@google.com>2020-04-28 18:54:31 +0100
commitd1565e78d391125460504541a69fd431b442914c (patch)
tree153bb1add7c725b2ced8641aaf84b4f1092cff94
parenta0796e98c298fc1fc7df88f26c0d417454c34fea (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
-rw-r--r--media/omx/1.0/vts/functional/common/Android.bp2
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",
],
}