mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-09-27 11:41:04 -04:00
16.0 December ASB work
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
f18fb48d8a
commit
4986da8250
21 changed files with 1221 additions and 7 deletions
|
@ -87,10 +87,10 @@ index 8ac04e4f3..e55c13f50 100644
|
|||
{"initNative", "()V", (void*)initNative},
|
||||
{"sendMediaUpdateNative", "(ZZZ)V", (void*)sendMediaUpdateNative},
|
||||
diff --git a/jni/com_android_bluetooth_btservice_AdapterService.cpp b/jni/com_android_bluetooth_btservice_AdapterService.cpp
|
||||
index f88a675b7..1eec888a0 100644
|
||||
index 8faf670ce..b32868f5b 100644
|
||||
--- a/jni/com_android_bluetooth_btservice_AdapterService.cpp
|
||||
+++ b/jni/com_android_bluetooth_btservice_AdapterService.cpp
|
||||
@@ -1217,7 +1217,7 @@ static void interopDatabaseAddNative(JNIEnv* env, jobject obj, int feature,
|
||||
@@ -1218,7 +1218,7 @@ static void interopDatabaseAddNative(JNIEnv* env, jobject obj, int feature,
|
||||
env->ReleaseByteArrayElements(address, addr, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue