diff --git a/GoogleCam/Android.mk b/GoogleCam/Android.mk deleted file mode 100644 index 2e372c1..0000000 --- a/GoogleCam/Android.mk +++ /dev/null @@ -1,80 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -GOOGLE_CAM_LIBRARIES := \ - libAndroidJniUtilsJni \ - libJniUtilsJni \ - libadsprpc_app_N \ - libfacebeautification \ - libfilterframework_jni \ - libgcam \ - libgcam_swig_jni \ - libgyrostabilization-jni \ - libhalide_hexagon_host_app \ - libjni_faceutil \ - libjni_imgutil \ - libjni_yuvutil \ - liblensoffsetcalculation-jni \ - liblightcycle \ - librefocus \ - libsmartburst-jni \ - libvision_face_jni - -define define-google-cam-lib -include $$(CLEAR_VARS) -LOCAL_MODULE := $1 -LOCAL_MODULE_OWNER := google -LOCAL_SRC_FILES := lib/arm64/$1.so -LOCAL_STRIP_MODULE := false -LOCAL_MULTILIB := 64 -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_SUFFIX := .so -include $$(BUILD_PREBUILT) -endef - -$(foreach lib,$(GOOGLE_CAM_LIBRARIES),\ - $(eval $(call define-google-cam-lib,$(lib)))) - -include $(CLEAR_VARS) -LOCAL_MODULE := libhalide_hexagon_host -LOCAL_MODULE_OWNER := google -LOCAL_SRC_FILES := lib/arm/libhalide_hexagon_host.so -LOCAL_STRIP_MODULE := false -LOCAL_MULTILIB := 32 -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_SUFFIX := .so -LOCAL_VENDOR_MODULE := true -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := libhalide_hexagon_remote_skel -LOCAL_MODULE_OWNER := google -LOCAL_SRC_FILES := lib/arm/libhalide_hexagon_remote_skel.so -LOCAL_STRIP_MODULE := false -LOCAL_MULTILIB := 32 -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := SHARED_LIBRARIES -LOCAL_MODULE_SUFFIX := .so -LOCAL_VENDOR_MODULE := true -LOCAL_MODULE_RELATIVE_PATH := adsp_camera -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := GoogleCam -LOCAL_MODULE_OWNER := google -LOCAL_SRC_FILES := GoogleCam.apk -LOCAL_CERTIFICATE := PRESIGNED -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := APPS -LOCAL_DEX_PREOPT := false -LOCAL_MODULE_SUFFIX := .apk -LOCAL_PRIVILEGED_MODULE := true -LOCAL_REQUIRED_MODULES := libhalide_hexagon_host libhalide_hexagon_remote_skel -LOCAL_JNI_SHARED_LIBRARIES := \ - $(GOOGLE_CAM_LIBRARIES) \ - libjni_jpegutil \ - libnativehelper_compat_libc++ \ - librsjni - -include $(BUILD_PREBUILT) diff --git a/GoogleCam/GoogleCam.apk b/GoogleCam/GoogleCam.apk deleted file mode 100644 index 51b233f..0000000 Binary files a/GoogleCam/GoogleCam.apk and /dev/null differ diff --git a/GoogleCam/lib/arm/libhalide_hexagon_host.so b/GoogleCam/lib/arm/libhalide_hexagon_host.so deleted file mode 100644 index 28e8d21..0000000 Binary files a/GoogleCam/lib/arm/libhalide_hexagon_host.so and /dev/null differ diff --git a/GoogleCam/lib/arm/libhalide_hexagon_remote_skel.so b/GoogleCam/lib/arm/libhalide_hexagon_remote_skel.so deleted file mode 100644 index a2619c6..0000000 Binary files a/GoogleCam/lib/arm/libhalide_hexagon_remote_skel.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libAndroidJniUtilsJni.so b/GoogleCam/lib/arm64/libAndroidJniUtilsJni.so deleted file mode 100644 index 5802214..0000000 Binary files a/GoogleCam/lib/arm64/libAndroidJniUtilsJni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libJniUtilsJni.so b/GoogleCam/lib/arm64/libJniUtilsJni.so deleted file mode 100644 index 21e080d..0000000 Binary files a/GoogleCam/lib/arm64/libJniUtilsJni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libadsprpc_app_N.so b/GoogleCam/lib/arm64/libadsprpc_app_N.so deleted file mode 100644 index 97cc32d..0000000 Binary files a/GoogleCam/lib/arm64/libadsprpc_app_N.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libfacebeautification.so b/GoogleCam/lib/arm64/libfacebeautification.so deleted file mode 100644 index 3aa3575..0000000 Binary files a/GoogleCam/lib/arm64/libfacebeautification.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libfilterframework_jni.so b/GoogleCam/lib/arm64/libfilterframework_jni.so deleted file mode 100644 index d5d876d..0000000 Binary files a/GoogleCam/lib/arm64/libfilterframework_jni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libgcam.so b/GoogleCam/lib/arm64/libgcam.so deleted file mode 100644 index 853dd16..0000000 Binary files a/GoogleCam/lib/arm64/libgcam.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libgcam_swig_jni.so b/GoogleCam/lib/arm64/libgcam_swig_jni.so deleted file mode 100644 index 5dbad8b..0000000 Binary files a/GoogleCam/lib/arm64/libgcam_swig_jni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libgyrostabilization-jni.so b/GoogleCam/lib/arm64/libgyrostabilization-jni.so deleted file mode 100644 index 60f889a..0000000 Binary files a/GoogleCam/lib/arm64/libgyrostabilization-jni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libhalide_hexagon_host_app.so b/GoogleCam/lib/arm64/libhalide_hexagon_host_app.so deleted file mode 100644 index 77a85a9..0000000 Binary files a/GoogleCam/lib/arm64/libhalide_hexagon_host_app.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libjni_faceutil.so b/GoogleCam/lib/arm64/libjni_faceutil.so deleted file mode 100644 index 81ae9ec..0000000 Binary files a/GoogleCam/lib/arm64/libjni_faceutil.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libjni_imgutil.so b/GoogleCam/lib/arm64/libjni_imgutil.so deleted file mode 100644 index 32f844a..0000000 Binary files a/GoogleCam/lib/arm64/libjni_imgutil.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libjni_yuvutil.so b/GoogleCam/lib/arm64/libjni_yuvutil.so deleted file mode 100644 index e0f6bcc..0000000 Binary files a/GoogleCam/lib/arm64/libjni_yuvutil.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/liblensoffsetcalculation-jni.so b/GoogleCam/lib/arm64/liblensoffsetcalculation-jni.so deleted file mode 100644 index c1fe711..0000000 Binary files a/GoogleCam/lib/arm64/liblensoffsetcalculation-jni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/liblightcycle.so b/GoogleCam/lib/arm64/liblightcycle.so deleted file mode 100644 index f3aba94..0000000 Binary files a/GoogleCam/lib/arm64/liblightcycle.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/librefocus.so b/GoogleCam/lib/arm64/librefocus.so deleted file mode 100644 index 4f0b2c5..0000000 Binary files a/GoogleCam/lib/arm64/librefocus.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libsmartburst-jni.so b/GoogleCam/lib/arm64/libsmartburst-jni.so deleted file mode 100644 index f4144bb..0000000 Binary files a/GoogleCam/lib/arm64/libsmartburst-jni.so and /dev/null differ diff --git a/GoogleCam/lib/arm64/libvision_face_jni.so b/GoogleCam/lib/arm64/libvision_face_jni.so deleted file mode 100644 index 49fdb04..0000000 Binary files a/GoogleCam/lib/arm64/libvision_face_jni.so and /dev/null differ