Pacman: Drop Nothing camera service

This commit is contained in:
Mashopy
2025-11-17 18:42:23 +01:00
parent 6c86a6c375
commit cb84967d4e
3 changed files with 1 additions and 41 deletions
-39
View File
@@ -178,42 +178,3 @@ cc_prebuilt_library_shared {
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "vendor.noth.hardware.camera-service",
owner: "nothing",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/vendor.noth.hardware.camera-service",
],
shared_libs: [
"libui_shim",
"libc++",
"libcutils",
"liblog",
"libsync",
"libcamera_metadata",
"libutils",
"libui",
"libbase",
"libhidlbase",
"libbinder_ndk",
"libntcamcore",
"libntcamcommonutils",
"android.hardware.graphics.mapper@4.0",
"vendor.noth.hardware.camera-V1-ndk",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true,
}
+1 -2
View File
@@ -43,5 +43,4 @@ PRODUCT_PACKAGES += \
libntcamcore \
libst_ns_models \
libttm_nightsight \
libttm_nightsight_ae \
vendor.noth.hardware.camera-service
libttm_nightsight_ae
Binary file not shown.