diff --git a/AccountManager/Android.mk b/AccountManager/Android.mk index 26c06957fdfa2ba28781b4b86fc98bb3f0a24bf5..871648c4b07b0a40cce0f2e22d318eea0cdb5050 100644 --- a/AccountManager/Android.mk +++ b/AccountManager/Android.mk @@ -8,3 +8,9 @@ LOCAL_SRC_FILES := app-standard-release-unsigned.apk LOCAL_MODULE_CLASS := APPS LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE := libconscrypt_jni +LOCAL_SRC_FILES := $(LOCAL_PATH)/lib/$(TARGET_ARCH_ABI)/libconscrypt_jni.so +include $(PREBUILT_SHARED_LIBRARY) diff --git a/AccountManager/app-standard-release-unsigned.apk b/AccountManager/app-standard-release-unsigned.apk index cdc4f038bbafccc57abd0357721917ac5f1c0ac4..1455a4495a8f37928f52ae699f7ff5546443dc6f 100644 Binary files a/AccountManager/app-standard-release-unsigned.apk and b/AccountManager/app-standard-release-unsigned.apk differ diff --git a/AccountManager/lib/arm64-v8a/libconscrypt_jni.so b/AccountManager/lib/arm64-v8a/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..160549685424059ef2209878b1af76c383b5c13c Binary files /dev/null and b/AccountManager/lib/arm64-v8a/libconscrypt_jni.so differ diff --git a/AccountManager/lib/armeabi-v7a/libconscrypt_jni.so b/AccountManager/lib/armeabi-v7a/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..31272f8f33403ce9620cde76440583a40dfedf82 Binary files /dev/null and b/AccountManager/lib/armeabi-v7a/libconscrypt_jni.so differ diff --git a/AccountManager/lib/x86/libconscrypt_jni.so b/AccountManager/lib/x86/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..b29033194141a3467166ad6553e11b2263fba81c Binary files /dev/null and b/AccountManager/lib/x86/libconscrypt_jni.so differ diff --git a/AccountManager/lib/x86_64/libconscrypt_jni.so b/AccountManager/lib/x86_64/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..fecd9e6ec6696221d597b08e186f127d0d7d915b Binary files /dev/null and b/AccountManager/lib/x86_64/libconscrypt_jni.so differ diff --git a/Notes/Android.mk b/Notes/Android.mk index 10ac3bbbca1e5da4d7fbf60e18c224d6f449e318..6dcd4582be2f59744819f13b6afd9f5b3ca8f6f8 100644 --- a/Notes/Android.mk +++ b/Notes/Android.mk @@ -8,3 +8,9 @@ LOCAL_SRC_FILES := app-release-unsigned.apk LOCAL_MODULE_CLASS := APPS LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) include $(BUILD_PREBUILT) + +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE := libconscrypt_jni +LOCAL_SRC_FILES := $(LOCAL_PATH)/lib/$(TARGET_ARCH_ABI)/libconscrypt_jni.so +include $(PREBUILT_SHARED_LIBRARY) diff --git a/Notes/app-release-unsigned.apk b/Notes/app-release-unsigned.apk index 2cf7917ec6e16dd27f86e6e0d0c4121493c0eb66..89e3a49bb4e5ac14fd1e0855bdb6d15c0e7e830e 100644 Binary files a/Notes/app-release-unsigned.apk and b/Notes/app-release-unsigned.apk differ diff --git a/Notes/lib/arm64-v8a/libconscrypt_jni.so b/Notes/lib/arm64-v8a/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..160549685424059ef2209878b1af76c383b5c13c Binary files /dev/null and b/Notes/lib/arm64-v8a/libconscrypt_jni.so differ diff --git a/Notes/lib/armeabi-v7a/libconscrypt_jni.so b/Notes/lib/armeabi-v7a/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..31272f8f33403ce9620cde76440583a40dfedf82 Binary files /dev/null and b/Notes/lib/armeabi-v7a/libconscrypt_jni.so differ diff --git a/Notes/lib/x86/libconscrypt_jni.so b/Notes/lib/x86/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..b29033194141a3467166ad6553e11b2263fba81c Binary files /dev/null and b/Notes/lib/x86/libconscrypt_jni.so differ diff --git a/Notes/lib/x86_64/libconscrypt_jni.so b/Notes/lib/x86_64/libconscrypt_jni.so new file mode 100644 index 0000000000000000000000000000000000000000..fecd9e6ec6696221d597b08e186f127d0d7d915b Binary files /dev/null and b/Notes/lib/x86_64/libconscrypt_jni.so differ