summaryrefslogtreecommitdiff
path: root/transport/allocator/1.0
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2020-07-08 23:24:21 +0200
committerVictor Khimenko <khim@google.com>2020-07-08 23:24:40 +0200
commit538af7d4cc54f0ccca52f8abce4a33f19155e0ce (patch)
tree17cb2e1a2147036e69d1612b538bab6e49a8456d /transport/allocator/1.0
parent38e441c215821bc112f22f6f7bdcceb3ba685090 (diff)
downloadlibhidl-538af7d4cc54f0ccca52f8abce4a33f19155e0ce.tar.gz
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: Iaf5b1942a05617934e7f42d760c6aea5551d0b89
Diffstat (limited to 'transport/allocator/1.0')
-rw-r--r--transport/allocator/1.0/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/transport/allocator/1.0/Android.bp b/transport/allocator/1.0/Android.bp
index 0cac94a..4196216 100644
--- a/transport/allocator/1.0/Android.bp
+++ b/transport/allocator/1.0/Android.bp
@@ -3,6 +3,8 @@
hidl_interface {
name: "android.hidl.allocator@1.0",
root: "android.hidl",
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
srcs: [
"IAllocator.hal",
],