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
This commit is contained in:
Victor Khimenko 2020-07-08 23:17:33 +02:00
parent d610435ac4
commit 7cac9425b0
6 changed files with 12 additions and 0 deletions

View file

@ -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",

View file

@ -3,6 +3,8 @@
hidl_interface {
name: "android.hardware.audio.common@2.0",
root: "android.hardware",
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
vndk: {
enabled: true,
},

View file

@ -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",
],

View file

@ -3,6 +3,8 @@
hidl_interface {
name: "android.hardware.audio.effect@2.0",
root: "android.hardware",
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
srcs: [
"types.hal",
"IAcousticEchoCancelerEffect.hal",

View file

@ -3,6 +3,8 @@
hidl_interface {
name: "android.hardware.audio.effect@4.0",
root: "android.hardware",
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
srcs: [
"types.hal",
"IAcousticEchoCancelerEffect.hal",

View file

@ -3,6 +3,8 @@
hidl_interface {
name: "android.hardware.renderscript@1.0",
root: "android.hardware",
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
vndk: {
enabled: true,
support_system_process: true,