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

Commit 403adb7b authored by Curtis Belmonte's avatar Curtis Belmonte
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Change-Id: Iaada83171b81a798db1e7c413e8e0c4d1f3d9a55
Test: Presubmit
Bug: 161896447
parent 2d78a290
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ static jint nativeOpenHal(JNIEnv* env, jobject clazz) {
        return 0;
    }

    // Sanity check - remove
    // Soundness check - remove
    if (gContext.device->notify != hal_notify_callback) {
        ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback);
    }