aboutsummaryrefslogtreecommitdiff
path: root/examples/sndcardparser/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 /examples/sndcardparser/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 'examples/sndcardparser/Android.bp')
-rw-r--r--examples/sndcardparser/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/sndcardparser/Android.bp b/examples/sndcardparser/Android.bp
new file mode 100644
index 0000000..9ca8812
--- /dev/null
+++ b/examples/sndcardparser/Android.bp
@@ -0,0 +1,7 @@
+cc_library {
+ name: "libsndcardparser_example",
+ vendor: true,
+ srcs: ["sample_sndcardparser.c"],
+ cflags: ["-Werror"],
+}
+