summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-07-24 19:32:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-24 19:32:49 -0700
commita8e7b388dabca588f3c24937706e508ce588a9cf (patch)
tree11ae1d7ff7f7cf4c84345d3d8df9073714f65f0c
parent6f3d778cd2ba26bf7c5ccea37de27f578af16d80 (diff)
parente72895a662cc8f7ea9dfe4dfa7cafe4949b1f3ea (diff)
downloaddevice_google_contexthub-a8e7b388dabca588f3c24937706e508ce588a9cf.tar.gz
device_google_contexthub-a8e7b388dabca588f3c24937706e508ce588a9cf.tar.bz2
device_google_contexthub-a8e7b388dabca588f3c24937706e508ce588a9cf.zip
Use shared version of vndk am: 36fe83ba23 am: fdaddf6789
am: e72895a662 Change-Id: I936b8231005b9d2623fc54eb6a366ae633f990b9
-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",