Revert "Temporally remove audio V5 from the VNDK to save space"
This reverts commit 947bd5423482ed4e066a4d16f1b7fc1d2c0ebc58.
Reason for revert: push V5 bash in the VNDK
Change-Id: Ic532b59bfcb234fb573390fd427754c2b63badcc
diff --git a/audio/common/5.0/Android.bp b/audio/common/5.0/Android.bp
index 054c752..663f847 100644
--- a/audio/common/5.0/Android.bp
+++ b/audio/common/5.0/Android.bp
@@ -3,6 +3,9 @@
hidl_interface {
name: "android.hardware.audio.common@5.0",
root: "android.hardware",
+ vndk: {
+ enabled: true,
+ },
srcs: [
"types.hal",
],