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

Commit b350bbe7 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Update makefiles for hwtypes.h

am: 561b602a

Change-Id: I11a2aa2bfeca6a60bc13f768e98abacc69b97df8
parents 1445e363 561b602a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ genrule {
    ],
    out: [
        "android/hardware/audio/2.0/types.h",
        "android/hardware/audio/2.0/hwtypes.h",
        "android/hardware/audio/2.0/IDevice.h",
        "android/hardware/audio/2.0/IHwDevice.h",
        "android/hardware/audio/2.0/BnHwDevice.h",
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ genrule {
    ],
    out: [
        "android/hardware/audio/common/2.0/types.h",
        "android/hardware/audio/common/2.0/hwtypes.h",
    ],
}

+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ genrule {
    ],
    out: [
        "android/hardware/audio/effect/2.0/types.h",
        "android/hardware/audio/effect/2.0/hwtypes.h",
        "android/hardware/audio/effect/2.0/IAcousticEchoCancelerEffect.h",
        "android/hardware/audio/effect/2.0/IHwAcousticEchoCancelerEffect.h",
        "android/hardware/audio/effect/2.0/BnHwAcousticEchoCancelerEffect.h",
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ genrule {
    ],
    out: [
        "android/hardware/automotive/evs/1.0/types.h",
        "android/hardware/automotive/evs/1.0/hwtypes.h",
        "android/hardware/automotive/evs/1.0/IEvsCamera.h",
        "android/hardware/automotive/evs/1.0/IHwEvsCamera.h",
        "android/hardware/automotive/evs/1.0/BnHwEvsCamera.h",
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ genrule {
    ],
    out: [
        "android/hardware/automotive/vehicle/2.0/types.h",
        "android/hardware/automotive/vehicle/2.0/hwtypes.h",
        "android/hardware/automotive/vehicle/2.0/IVehicle.h",
        "android/hardware/automotive/vehicle/2.0/IHwVehicle.h",
        "android/hardware/automotive/vehicle/2.0/BnHwVehicle.h",
Loading