OSDN Git Service

Merge "Add libandroid_sensor_headers"
authorYifan Hong <elsk@google.com>
Thu, 6 Jul 2017 18:07:41 +0000 (18:07 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 6 Jul 2017 18:07:41 +0000 (18:07 +0000)
1  2 
Android.bp

diff --combined Android.bp
@@@ -8,9 -8,14 +8,15 @@@ ndk_headers 
  
  subdirs = [
      "cmds/*",
 +    "headers",
      "libs/*",
      "opengl",
      "services/*",
      "vulkan",
  ]
+ cc_library_headers {
+     name: "libandroid_sensor_headers",
+     vendor: true,
+     export_include_dirs: ["include_sensor"],
+ }