Initial MiuiCamera for toco
Signed-off-by: AndroidHQ254 <d.murimi14@gmail.com>
This commit is contained in:
committed by
Dennis Murimi
parent
d771bd70ce
commit
a80da37ad2
+85
@@ -0,0 +1,85 @@
|
|||||||
|
//
|
||||||
|
// Automatically generated file. DO NOT MODIFY
|
||||||
|
//
|
||||||
|
|
||||||
|
soong_namespace {
|
||||||
|
imports: [
|
||||||
|
"device/xiaomi/miuicamera-toco",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libcamera_algoup_jni.xiaomi",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/system/lib64/libcamera_algoup_jni.xiaomi.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libgui_shim_miuicamera",
|
||||||
|
"libvndksupport",
|
||||||
|
"libcamera_client",
|
||||||
|
"libcamera_metadata",
|
||||||
|
"libgui",
|
||||||
|
"libbinder",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libcamera_mianode_jni.xiaomi",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/system/lib64/libcamera_mianode_jni.xiaomi.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libgui_shim_miuicamera",
|
||||||
|
"libvndksupport",
|
||||||
|
"libcamera_client",
|
||||||
|
"libcamera_metadata",
|
||||||
|
"libgui",
|
||||||
|
"libbinder",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libxml2",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
android_app_import {
|
||||||
|
name: "MiuiCamera",
|
||||||
|
owner: "xiaomi",
|
||||||
|
apk: "proprietary/system/priv-app/MiuiCamera/MiuiCamera.apk",
|
||||||
|
certificate: "platform",
|
||||||
|
dex_preopt: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
privileged: true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
#
|
||||||
|
# Automatically generated file. DO NOT MODIFY
|
||||||
|
#
|
||||||
|
|
||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
#
|
||||||
|
# Automatically generated file. DO NOT MODIFY
|
||||||
|
#
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
#
|
||||||
|
# Automatically generated file. DO NOT MODIFY
|
||||||
|
#
|
||||||
|
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
vendor/xiaomi/miuicamera-toco
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libcamera_algoup_jni.xiaomi \
|
||||||
|
libcamera_mianode_jni.xiaomi \
|
||||||
|
MiuiCamera
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user