Use shared version of vndk am: 36fe83ba23
am: fdaddf6789

Change-Id: Ib67a3e8ad2213082006714d06e96d889c30d6e25
diff --git a/contexthubhal/Android.bp b/contexthubhal/Android.bp
index 130f7de..cc2c74d 100644
--- a/contexthubhal/Android.bp
+++ b/contexthubhal/Android.bp
@@ -22,19 +22,18 @@
     ],
     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_library {
+cc_library_shared {
     name: "context_hub.default",
     srcs: [
         "legacyhal.cpp",