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

Commit 561b602a authored by Steven Moreland's avatar Steven Moreland
Browse files

Update makefiles for hwtypes.h

Test: pass
Change-Id: I8e17eb8fec5d2f04c526476a866c8dd54ccb556c
parent 1445e363
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