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

Commit 85120c94 authored by Tri Vo's avatar Tri Vo
Browse files

Update makefiles to use filgroup syntax.

Test: mmma hardware/interfaces
Change-Id: I9f4457c78b7820c242d46359f0debe05d1b3e482
parent 57108a0d
Loading
Loading
Loading
Loading
+2 −16
Original line number Diff line number Diff line
@@ -19,14 +19,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio@2.0",
    srcs: [
        "types.hal",
        "IDevice.hal",
        "IDevicesFactory.hal",
        "IPrimaryDevice.hal",
        "IStream.hal",
        "IStreamIn.hal",
        "IStreamOut.hal",
        "IStreamOutCallback.hal",
        ":android.hardware.audio@2.0_hal",
    ],
    out: [
        "android/hardware/audio/2.0/types.cpp",
@@ -45,14 +38,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio@2.0",
    srcs: [
        "types.hal",
        "IDevice.hal",
        "IDevicesFactory.hal",
        "IPrimaryDevice.hal",
        "IStream.hal",
        "IStreamIn.hal",
        "IStreamOut.hal",
        "IStreamOutCallback.hal",
        ":android.hardware.audio@2.0_hal",
    ],
    out: [
        "android/hardware/audio/2.0/types.h",
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.common@2.0",
    srcs: [
        "types.hal",
        ":android.hardware.audio.common@2.0_hal",
    ],
    out: [
        "android/hardware/audio/common/2.0/types.cpp",
@@ -24,7 +24,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.common@2.0",
    srcs: [
        "types.hal",
        ":android.hardware.audio.common@2.0_hal",
    ],
    out: [
        "android/hardware/audio/common/2.0/types.h",
+2 −30
Original line number Diff line number Diff line
@@ -26,21 +26,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0",
    srcs: [
        "types.hal",
        "IAcousticEchoCancelerEffect.hal",
        "IAutomaticGainControlEffect.hal",
        "IBassBoostEffect.hal",
        "IDownmixEffect.hal",
        "IEffect.hal",
        "IEffectBufferProviderCallback.hal",
        "IEffectsFactory.hal",
        "IEnvironmentalReverbEffect.hal",
        "IEqualizerEffect.hal",
        "ILoudnessEnhancerEffect.hal",
        "INoiseSuppressionEffect.hal",
        "IPresetReverbEffect.hal",
        "IVirtualizerEffect.hal",
        "IVisualizerEffect.hal",
        ":android.hardware.audio.effect@2.0_hal",
    ],
    out: [
        "android/hardware/audio/effect/2.0/types.cpp",
@@ -66,21 +52,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio.effect@2.0",
    srcs: [
        "types.hal",
        "IAcousticEchoCancelerEffect.hal",
        "IAutomaticGainControlEffect.hal",
        "IBassBoostEffect.hal",
        "IDownmixEffect.hal",
        "IEffect.hal",
        "IEffectBufferProviderCallback.hal",
        "IEffectsFactory.hal",
        "IEnvironmentalReverbEffect.hal",
        "IEqualizerEffect.hal",
        "ILoudnessEnhancerEffect.hal",
        "INoiseSuppressionEffect.hal",
        "IPresetReverbEffect.hal",
        "IVirtualizerEffect.hal",
        "IVisualizerEffect.hal",
        ":android.hardware.audio.effect@2.0_hal",
    ],
    out: [
        "android/hardware/audio/effect/2.0/types.h",
+2 −6
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
    srcs: [
        "types.hal",
        "IVehicle.hal",
        "IVehicleCallback.hal",
        ":android.hardware.automotive.vehicle@2.0_hal",
    ],
    out: [
        "android/hardware/automotive/vehicle/2.0/types.cpp",
@@ -30,9 +28,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0",
    srcs: [
        "types.hal",
        "IVehicle.hal",
        "IVehicleCallback.hal",
        ":android.hardware.automotive.vehicle@2.0_hal",
    ],
    out: [
        "android/hardware/automotive/vehicle/2.0/types.h",
+2 −6
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.biometrics.fingerprint@2.1",
    srcs: [
        "types.hal",
        "IBiometricsFingerprint.hal",
        "IBiometricsFingerprintClientCallback.hal",
        ":android.hardware.biometrics.fingerprint@2.1_hal",
    ],
    out: [
        "android/hardware/biometrics/fingerprint/2.1/types.cpp",
@@ -30,9 +28,7 @@ genrule {
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.biometrics.fingerprint@2.1",
    srcs: [
        "types.hal",
        "IBiometricsFingerprint.hal",
        "IBiometricsFingerprintClientCallback.hal",
        ":android.hardware.biometrics.fingerprint@2.1_hal",
    ],
    out: [
        "android/hardware/biometrics/fingerprint/2.1/types.h",
Loading