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

Commit 245eb108 authored by Mike Lockwood's avatar Mike Lockwood Committed by The Android Open Source Project
Browse files

am c21a08f7: gps: Fix missing return value in android_location_GpsLocatio

Merge commit 'c21a08f7'

* commit 'c21a08f7':
  gps: Fix missing return value in android_location_GpsLocationProvider_init
parents 171134a0 c21a08f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject o
        sGpsSuplInterface = (const GpsSuplInterface*)sGpsInterface->get_extension(GPS_SUPL_INTERFACE);
    if (sGpsSuplInterface)
        sGpsSuplInterface->init(&sGpsSuplCallbacks);
    return true;
}

static void android_location_GpsLocationProvider_disable(JNIEnv* env, jobject obj)