summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnay Wadhera <awadhera@berkeley.edu>2020-09-19 19:41:21 -0700
committeralk3pInjection <webmaster@raspii.tech>2023-12-27 00:35:28 +0800
commit06b603e103a1a4fd2b91f62f747315f775ac9574 (patch)
tree9cfcf34f2e37dd9992c40279ca1969d24bd843d9
parentec12677a74dbe3813bfc9fcc76b8a6027781e3b1 (diff)
fastrpc: Export headers to fastrpc header library
* Audio ADSPRPCD asks for these headers, so instead of fulfilling the dependency in the HAL, satisfy the dependency the way CAF intended. Change-Id: I025a80c3fa5bd33420847fe9b9552ff438d015b4
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..39054b1
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+cc_library_headers {
+ name: "libfastrpcshippable_headers",
+ export_include_dirs: ["inc"],
+ vendor_available: true,
+}