summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHyunKyung Kim <hk310.kim@samsung.com>2019-08-12 15:33:49 +0900
committerHyunKyung Kim <hk310.kim@samsung.com>2019-08-19 11:22:48 +0900
commit83672bdc77e49d421a050346a3d45d4dc5a27f21 (patch)
treec6afe6baaf606c1d8cba87ad963567a9cc801e20 /Android.bp
parent89ef144f8ea1dd8abc472a1c11bdf193c55ac316 (diff)
Add initial source code
Change-Id: I2204df57ef88b5f4b6a07ce9d6fa0e3ee644c3e2 Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..bffc0e6
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,20 @@
+cc_library_headers {
+ name: "google_hal_headers",
+ header_libs: [
+ "libaudio_system_headers",
+ "libhardware_headers",
+ "libsystem_headers",
+ "libcutils_headers",
+ ],
+ export_header_lib_headers: [
+ "libaudio_system_headers",
+ "libsystem_headers",
+ "libcutils_headers",
+ "libhardware_headers",
+ ],
+
+ export_include_dirs: ["include"],
+ proprietary: true,
+}
+
+subdirs = ["*"]