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

Commit 8247f4a2 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Use -Werror in hardware/interfaces am: ceb435f2

am: 1e48a3c5

Change-Id: Iacc0a022d0180c16340bc7937b43ea7b4d13a49c
parents cb1467f9 1e48a3c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

cc_binary {
    name: "android.hardware.tests.extension.light@2.0-service",
    defaults: ["hidl_defaults"],
    init_rc: ["android.hardware.tests.extension.light@2.0-service.rc"],
    vendor: true,
    relative_install_path: "hw",
+3 −1
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ using android::hardware::tests::extension::light::V2_0::implementation::Light;
int main() {
    android::sp<ILight> service = new Light();
    configureRpcThreadpool(1, true /*callerWillJoin*/);
    service->registerAsService();
    if (service->registerAsService() != android::OK) {
        exit(1);
    }
    joinRpcThreadpool();
}
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

cc_binary {
    name: "android.hardware.usb@1.0-service",
    defaults: ["hidl_defaults"],
    init_rc: ["android.hardware.usb@1.0-service.rc"],
    relative_install_path: "hw",
    vendor: true,
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ cc_library_shared {

cc_binary {
    name: "android.hardware.vibrator@1.0-service",
    defaults: ["hidl_defaults"],
    init_rc: ["android.hardware.vibrator@1.0-service.rc"],
    vendor: true,
    relative_install_path: "hw",