Merge "Use shared library variant of libnativehelper" am: 3f7367a17e

Change-Id: I629f999e136943790c72237f8e10fe917d6b08af
This commit is contained in:
Orion Hodson
2020-05-04 07:34:20 +00:00
committed by Automerger Merge Worker

View File

@@ -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",
],
}