diff options
author | Anay Wadhera <awadhera@berkeley.edu> | 2020-09-19 19:41:21 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-13 19:00:56 +0800 |
commit | a8937934bc34b2e187b94eaaf48480a4fbb4c722 (patch) | |
tree | 3ce8b75f5aebfd5a245405d3c9b82d4737c2efe7 | |
parent | 8a6dbbfc483e9462f0d42424d9552e12de831e63 (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.bp | 5 |
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, +} |