PacmanPro: Sync with device tree changes

This commit is contained in:
Mashopy
2025-12-01 19:01:33 +01:00
parent ffb0006daa
commit 7cda1c761c
56 changed files with 44 additions and 146 deletions
-66
View File
@@ -7,69 +7,3 @@ soong_namespace {
"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,
}