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

Commit 64b50d78 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update language to comply with Android's inclusive language guidance"...

Merge "Update language to comply with Android's inclusive language guidance" am: feee9563 am: d5b8b0db am: 19847945 am: e17f5d1f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374618

Change-Id: I03e25f780fe92d4585e1737452bf12f60c425574
parents 0b4e6a60 e17f5d1f
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);
    }