PacmanPro: Drop Nothing camera service

This commit is contained in:
Mashopy
2025-11-17 18:42:56 +01:00
parent 10cf933075
commit ffb0006daa
3 changed files with 1 additions and 41 deletions
-39
View File
@@ -73,42 +73,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,
}