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

Commit cb5989d2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bp/n/sFoo -> Bp/n/sHwFoo"

parents 818ffb15 10ac9b44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ genrule {
    out: [
        "android/hardware/benchmarks/msgq/1.0/IBenchmarkMsgQ.h",
        "android/hardware/benchmarks/msgq/1.0/IHwBenchmarkMsgQ.h",
        "android/hardware/benchmarks/msgq/1.0/BnBenchmarkMsgQ.h",
        "android/hardware/benchmarks/msgq/1.0/BpBenchmarkMsgQ.h",
        "android/hardware/benchmarks/msgq/1.0/BnHwBenchmarkMsgQ.h",
        "android/hardware/benchmarks/msgq/1.0/BpHwBenchmarkMsgQ.h",
        "android/hardware/benchmarks/msgq/1.0/BsBenchmarkMsgQ.h",
    ],
}
+4 −4
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ genrule {
        "android/hardware/bluetooth/1.0/types.h",
        "android/hardware/bluetooth/1.0/IBluetoothHci.h",
        "android/hardware/bluetooth/1.0/IHwBluetoothHci.h",
        "android/hardware/bluetooth/1.0/BnBluetoothHci.h",
        "android/hardware/bluetooth/1.0/BpBluetoothHci.h",
        "android/hardware/bluetooth/1.0/BnHwBluetoothHci.h",
        "android/hardware/bluetooth/1.0/BpHwBluetoothHci.h",
        "android/hardware/bluetooth/1.0/BsBluetoothHci.h",
        "android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h",
        "android/hardware/bluetooth/1.0/IHwBluetoothHciCallbacks.h",
        "android/hardware/bluetooth/1.0/BnBluetoothHciCallbacks.h",
        "android/hardware/bluetooth/1.0/BpBluetoothHciCallbacks.h",
        "android/hardware/bluetooth/1.0/BnHwBluetoothHciCallbacks.h",
        "android/hardware/bluetooth/1.0/BpHwBluetoothHciCallbacks.h",
        "android/hardware/bluetooth/1.0/BsBluetoothHciCallbacks.h",
    ],
}
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ genrule {
        "android/hardware/boot/1.0/types.h",
        "android/hardware/boot/1.0/IBootControl.h",
        "android/hardware/boot/1.0/IHwBootControl.h",
        "android/hardware/boot/1.0/BnBootControl.h",
        "android/hardware/boot/1.0/BpBootControl.h",
        "android/hardware/boot/1.0/BnHwBootControl.h",
        "android/hardware/boot/1.0/BpHwBootControl.h",
        "android/hardware/boot/1.0/BsBootControl.h",
    ],
}
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ genrule {
        "android/hardware/ir/1.0/types.h",
        "android/hardware/ir/1.0/IConsumerIr.h",
        "android/hardware/ir/1.0/IHwConsumerIr.h",
        "android/hardware/ir/1.0/BnConsumerIr.h",
        "android/hardware/ir/1.0/BpConsumerIr.h",
        "android/hardware/ir/1.0/BnHwConsumerIr.h",
        "android/hardware/ir/1.0/BpHwConsumerIr.h",
        "android/hardware/ir/1.0/BsConsumerIr.h",
    ],
}
+4 −4
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ genrule {
        "android/hardware/nfc/1.0/types.h",
        "android/hardware/nfc/1.0/INfc.h",
        "android/hardware/nfc/1.0/IHwNfc.h",
        "android/hardware/nfc/1.0/BnNfc.h",
        "android/hardware/nfc/1.0/BpNfc.h",
        "android/hardware/nfc/1.0/BnHwNfc.h",
        "android/hardware/nfc/1.0/BpHwNfc.h",
        "android/hardware/nfc/1.0/BsNfc.h",
        "android/hardware/nfc/1.0/INfcClientCallback.h",
        "android/hardware/nfc/1.0/IHwNfcClientCallback.h",
        "android/hardware/nfc/1.0/BnNfcClientCallback.h",
        "android/hardware/nfc/1.0/BpNfcClientCallback.h",
        "android/hardware/nfc/1.0/BnHwNfcClientCallback.h",
        "android/hardware/nfc/1.0/BpHwNfcClientCallback.h",
        "android/hardware/nfc/1.0/BsNfcClientCallback.h",
    ],
}
Loading