commit | 538af7d4cc54f0ccca52f8abce4a33f19155e0ce | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Wed Jul 08 23:24:21 2020 +0200 |
committer | Victor Khimenko <khim@google.com> | Wed Jul 08 23:24:40 2020 +0200 |
tree | 17cb2e1a2147036e69d1612b538bab6e49a8456d | |
parent | 38e441c215821bc112f22f6f7bdcceb3ba685090 [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: Iaf5b1942a05617934e7f42d760c6aea5551d0b89
diff --git a/transport/base/1.0/Android.bp b/transport/base/1.0/Android.bp index 1cea887..2ce883b 100644 --- a/transport/base/1.0/Android.bp +++ b/transport/base/1.0/Android.bp
@@ -3,6 +3,8 @@ hidl_interface { name: "android.hidl.base@1.0", root: "android.hidl", + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, srcs: [ "types.hal", "IBase.hal",