OSDN Git Service

Add libaudio_system_headers
authorSteven Moreland <smoreland@google.com>
Fri, 14 Apr 2017 02:06:39 +0000 (19:06 -0700)
committerSteven Moreland <smoreland@google.com>
Fri, 14 Apr 2017 02:27:36 +0000 (19:27 -0700)
Test: modules using this compiled with BOARD_VNDK_VERSION := current
find dependencies
Bug: 33241851
Change-Id: If2d7ef0ca806b721c65e75774a754a8ee1dbb5fd

audio/Android.bp [new file with mode: 0644]

diff --git a/audio/Android.bp b/audio/Android.bp
new file mode 100644 (file)
index 0000000..8620399
--- /dev/null
@@ -0,0 +1,15 @@
+cc_library_headers {
+    name: "libaudio_system_headers",
+    host_supported: true,
+    vendor_available: true,
+    export_include_dirs: ["include"],
+
+    target: {
+        linux_bionic: {
+            enabled: true,
+        },
+        windows: {
+            enabled: true,
+        },
+    }
+}