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

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

Use -Werror in hardware/interfaces/biometrics/fingerprint am: 5631258f am: a5d28736

am: f5f55552

Change-Id: Ic3bc06c4a3a404f395ced8a64b04d4d27905d3b7
parents 55382104 f5f55552
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
cc_binary {
    name: "android.hardware.biometrics.fingerprint@2.1-service",
    defaults: ["hidl_defaults"],
    init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rc"],
    vendor: true,
    relative_install_path: "hw",
+3 −1
Original line number Diff line number Diff line
@@ -35,7 +35,9 @@ int main() {
    configureRpcThreadpool(1, true /*callerWillJoin*/);

    if (bio != nullptr) {
        bio->registerAsService();
        if (::android::OK != bio->registerAsService()) {
            return 1;
        }
    } else {
        ALOGE("Can't create instance of BiometricsFingerprint, nullptr");
    }