summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-07-24 14:35:58 +0900
committerInseob Kim <inseob@google.com>2019-07-24 14:38:23 +0900
commit36fe83ba23ca3c795b1e71b2cec413c94a1a3ddb (patch)
tree20e90a184d157cc730dc2fe99b7e929f1da5b607
parent4f15b214b8c3d451a6cfe413f592da444506a3b1 (diff)
downloaddevice_google_contexthub-36fe83ba23ca3c795b1e71b2cec413c94a1a3ddb.tar.gz
device_google_contexthub-36fe83ba23ca3c795b1e71b2cec413c94a1a3ddb.tar.bz2
device_google_contexthub-36fe83ba23ca3c795b1e71b2cec413c94a1a3ddb.zip
Use shared version of vndk
Vendor modules should use shared version of vndk. Bug: 137178339 Test: mma Change-Id: I8fa04020a9a6b974e6203f9879c2eb95e4ce9dd7
-rw-r--r--contexthubhal/Android.bp9
1 files changed, 4 insertions, 5 deletions
diff --git a/contexthubhal/Android.bp b/contexthubhal/Android.bp
index 130f7de0..cc2c74d7 100644
--- a/contexthubhal/Android.bp
+++ b/contexthubhal/Android.bp
@@ -22,19 +22,18 @@ cc_defaults {
],
cflags: ["-Wall", "-Werror", "-Wextra"],
shared_libs: [
- "liblog",
"libcutils",
- "libutils",
+ "libjsoncpp",
+ "liblog",
"libstagefright_foundation",
+ "libutils",
],
static_libs: [
- "libjsoncpp",
"libhubutilcommon",
],
header_libs: [
"libnanohub_common_headers",
"libhardware_headers",
- "libutils_headers",
],
vendor: true,
}
@@ -51,7 +50,7 @@ cc_defaults {
],
}
-cc_library {
+cc_library_shared {
name: "context_hub.default",
srcs: [
"legacyhal.cpp",