PacmanPro: Initial proprietary blobs

This commit is contained in:
Mashopy
2025-07-05 14:56:53 +02:00
commit 0fcd4340b6
37 changed files with 197 additions and 0 deletions
+114
View File
@@ -0,0 +1,114 @@
//
// Automatically generated file. DO NOT MODIFY
//
soong_namespace {
imports: [
"vendor/nothing/Aerodactyl",
],
}
cc_prebuilt_library_shared {
name: "com.nothing.node.rawhdr",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/camera/node/com.nothing.node.rawhdr.so",
],
shared_libs: [
"libc++",
"libcutils",
"libutils",
"libntcamcommonutils",
"libentropy",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
relative_install_path: "camera/node",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libntcamcore",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libntcamcore.so",
],
shared_libs: [
"libc++",
"libcutils",
"liblog",
"libsync",
"libcamera_metadata",
"libutils",
"libntcamcommonutils",
"libntcamthread",
"libntcamselector",
"libntcammetadata",
"libntcamextened",
"libntcamallocator",
"libdmabufheap",
"android.hardware.graphics.allocator@4.0",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
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,
}