miuicamera-miatoll: Adapt for miatoll

This commit is contained in:
Debayan Kar
2026-02-08 08:09:15 +00:00
parent 81f943400a
commit 1b81048a21
7 changed files with 4 additions and 30 deletions
+3 -28
View File
@@ -4,9 +4,9 @@
soong_namespace {
imports: [
"device/xiaomi/miuicamera-toco",
"vendor/xiaomi/sm6150-common",
"vendor/xiaomi/toco",
"device/xiaomi/miuicamera-miatoll",
"vendor/xiaomi/sm6250-common",
"vendor/xiaomi/miatoll",
],
}
@@ -329,31 +329,6 @@ cc_prebuilt_library_shared {
prefer: true,
}
cc_prebuilt_library_shared {
name: "libSNPE",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libSNPE.so",
],
shared_libs: [
"libdl",
"liblog",
"libc++_shared",
"libc",
"libm",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
android_app_import {
name: "MiuiCamera",
owner: "xiaomi",
@@ -3,7 +3,7 @@
#
PRODUCT_SOONG_NAMESPACES += \
vendor/xiaomi/miuicamera-toco
vendor/xiaomi/miuicamera-miatoll
PRODUCT_PACKAGES += \
libcamera_algoup_jni.xiaomi \
@@ -18,7 +18,6 @@ PRODUCT_PACKAGES += \
libmibokeh_gallery \
librefocus \
librefocus_mibokeh \
libSNPE \
MiuiCamera \
MiuiExtraPhoto
Binary file not shown.
Binary file not shown.