Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: 72ec97a21e

Change-Id: Ie3316227fcabc9329c2391b793ae7c17723604cb
diff --git a/Android.bp b/Android.bp
index d173366..090d91c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,9 @@
     name: "libtinyalsa",
     host_supported: true,
     vendor_available: true,
+    vndk: {
+        enabled: true,
+    },
     srcs: [
         "mixer.c",
         "pcm.c",