Make android.hardware.renderscript@1.0 buildable for native_bridge
Bug: http://b/153609531
Test: m android.hardware.renderscript@1.0.native_bridge
Change-Id: If11376cdd583629c8edfea17efb130dd68dc9b8f
diff --git a/audio/4.0/Android.bp b/audio/4.0/Android.bp
index dfc3047..4957a14 100644
--- a/audio/4.0/Android.bp
+++ b/audio/4.0/Android.bp
@@ -3,6 +3,8 @@
hidl_interface {
name: "android.hardware.audio@4.0",
root: "android.hardware",
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
srcs: [
"types.hal",
"IDevice.hal",