Make android.hardware.renderscript@1.0 buildable for native_bridge am: 7cac9425b0 am: d454bfb695

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1358405

Change-Id: I9b3d2a48add5c2dd65948dbd1e779cc29b5a2fb9
This commit is contained in:
Victor Khimenko
2020-07-09 20:26:55 +00:00
committed by Automerger Merge Worker
6 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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