summaryrefslogtreecommitdiff
path: root/core/jni/AndroidRuntime.cpp
diff options
context:
space:
mode:
authorAshutosh Joshi <ashutoshj@google.com>2018-03-05 17:25:20 -0800
committerBrian Duddie <bduddie@google.com>2019-01-18 22:31:53 +0000
commite24f1b095b020382f555c7f34f22ff3fb5005f90 (patch)
tree138da7bf237efcd173f1cfb99d991f234e3c72aa /core/jni/AndroidRuntime.cpp
parent5837dcdbb5ef4b5882bb5debb53ffcbe1a117ce3 (diff)
Remove Activity Recognition from the Android Code.
Removing AR from the Android code base. We had already severed the connection to the AR HAL in Android Oreo. This change simply removes all unused references and uses of the stubs. Test: Build compiles. Ensure that clients that provide AR through other channels continue to work. Change-Id: I79d19c0bd2b80962cdecc8ad88065911fd6311ac
Diffstat (limited to 'core/jni/AndroidRuntime.cpp')
-rw-r--r--core/jni/AndroidRuntime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/jni/AndroidRuntime.cpp b/core/jni/AndroidRuntime.cpp
index 109222298fe5..a586dc1e6d7e 100644
--- a/core/jni/AndroidRuntime.cpp
+++ b/core/jni/AndroidRuntime.cpp
@@ -101,7 +101,6 @@ extern int register_android_hardware_SoundTrigger(JNIEnv *env);
extern int register_android_hardware_UsbDevice(JNIEnv *env);
extern int register_android_hardware_UsbDeviceConnection(JNIEnv *env);
extern int register_android_hardware_UsbRequest(JNIEnv *env);
-extern int register_android_hardware_location_ActivityRecognitionHardware(JNIEnv* env);
extern int register_android_media_AudioEffectDescriptor(JNIEnv *env);
extern int register_android_media_AudioRecord(JNIEnv *env);
@@ -1457,7 +1456,6 @@ static const RegJNIRec gRegJNI[] = {
REG_JNI(register_android_hardware_UsbDevice),
REG_JNI(register_android_hardware_UsbDeviceConnection),
REG_JNI(register_android_hardware_UsbRequest),
- REG_JNI(register_android_hardware_location_ActivityRecognitionHardware),
REG_JNI(register_android_media_AudioEffectDescriptor),
REG_JNI(register_android_media_AudioSystem),
REG_JNI(register_android_media_AudioRecord),