summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2014-01-08 04:49:24 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2014-01-08 04:49:24 -0800
commitc156021debb8e13324e451cb288da7edd7e112ca (patch)
tree79eb28c804a466864e1d8c90fb731be73abf2522
parent2842bd021c11274720d6a10219538b536b7d2050 (diff)
parent8a927cfa4ea8e4a78f6a9fa1e2b1da9187a3d1e8 (diff)
am 8a927cfa: Merge "Fix a bug introduced in change 73712"
* commit '8a927cfa4ea8e4a78f6a9fa1e2b1da9187a3d1e8': Fix a bug introduced in change 73712
-rw-r--r--services/jni/com_android_server_location_GpsLocationProvider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/jni/com_android_server_location_GpsLocationProvider.cpp b/services/jni/com_android_server_location_GpsLocationProvider.cpp
index 3904af9f82bf..e9ba116c26bf 100644
--- a/services/jni/com_android_server_location_GpsLocationProvider.cpp
+++ b/services/jni/com_android_server_location_GpsLocationProvider.cpp
@@ -417,7 +417,7 @@ static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject o
if (sGpsGeofencingInterface)
sGpsGeofencingInterface->init(&sGpsGeofenceCallbacks);
- return JNI_FALSE;
+ return JNI_TRUE;
}
static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject obj)