mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
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:
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user