diff --git a/Android.bp b/Android.bp index 6a4b002..5a7d6f9 100644 --- a/Android.bp +++ b/Android.bp @@ -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, -} diff --git a/PacmanPro-vendor.mk b/PacmanPro-vendor.mk index 812547d..be54109 100644 --- a/PacmanPro-vendor.mk +++ b/PacmanPro-vendor.mk @@ -39,5 +39,4 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ com.nothing.node.rawhdr \ - libntcamcore \ - vendor.noth.hardware.camera-service + libntcamcore diff --git a/proprietary/vendor/bin/hw/vendor.noth.hardware.camera-service b/proprietary/vendor/bin/hw/vendor.noth.hardware.camera-service deleted file mode 100755 index 8bc559a..0000000 Binary files a/proprietary/vendor/bin/hw/vendor.noth.hardware.camera-service and /dev/null differ