Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d454bfb6 authored by Victor Khimenko's avatar Victor Khimenko Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I072c17036519dda4293d7f3ddaa9dd065034452f
parents f6813ceb 7cac9425
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",
+2 −0
Original line number Diff line number Diff line
@@ -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,
    },
+2 −0
Original line number Diff line number Diff line
@@ -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",
    ],
+2 −0
Original line number Diff line number Diff line
@@ -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",
+2 −0
Original line number Diff line number Diff line
@@ -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",
Loading