summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-07-24 20:06:26 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-24 20:06:26 -0700
commit1b2e211f9ffc486042522c56adce33cf72b6da68 (patch)
tree03514356049df4c09a6adf0591209a5575c99c54
parentbc7bf195a789ca742a701c8cacaecc0239b7e0b9 (diff)
parentef328148b9e28dbb4264dd7107f59b3e9a1fa2f1 (diff)
downloadcontexthub-1b2e211f9ffc486042522c56adce33cf72b6da68.tar.gz
Use shared version of vndk am: 36fe83ba23 am: fdaddf6789 am: e72895a662 am: a8e7b388da
am: ef328148b9 Change-Id: I550ca0ebf3dc2a47518af43be9465a90d41ebaf5
-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",