commit | 7cac9425b0f8fb2ab04b8dc23029b57b1f5dd352 | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Wed Jul 08 23:17:33 2020 +0200 |
committer | Victor Khimenko <khim@google.com> | Wed Jul 08 21:20:03 2020 +0000 |
tree | fe9c2654baae0d7389e722743aab603e15de08f0 | |
parent | d610435ac4bb051761b0f016aa6cdf2e884c55b5 [diff] [blame] |
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/common/4.0/Android.bp b/audio/common/4.0/Android.bp index 1b0a624..dc4bca4 100644 --- a/audio/common/4.0/Android.bp +++ b/audio/common/4.0/Android.bp
@@ -3,6 +3,8 @@ hidl_interface { name: "android.hardware.audio.common@4.0", root: "android.hardware", + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, srcs: [ "types.hal", ],