aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authordvdli <70133153+dvdli@users.noreply.github.com>2021-07-12 22:21:58 +0800
committerGitHub <noreply@github.com>2021-07-12 22:21:58 +0800
commitcb2790bca6c88adad5cbe1e02789f066b5953f6f (patch)
tree47bc67ac90225d9628b79681eb9c0bd73b24c3b3 /Android.bp
parent496e653335d27557bbd1f795b1eacd2948ab192a (diff)
parenta36069e2b551db4f3be3a0bc4f0f38bc3f0d1899 (diff)
Merge pull request #210 from rohkkumar/plugin_example
tinyalsa: Add sample pcm/mixer plugin and sample sndcardparser
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d6fec57..a36a923 100644
--- a/Android.bp
+++ b/Android.bp
@@ -63,6 +63,12 @@ cc_library {
},
}
+cc_library_headers {
+ name: "libtinyalsav2_headers",
+ export_include_dirs: ["include"],
+ vendor_available: true,
+}
+
cc_binary {
name: "tinyplay2",
host_supported: true,