diff --git a/Aerodactyl-vendor.mk b/Aerodactyl-vendor.mk index d712be3..4b02fc8 100644 --- a/Aerodactyl-vendor.mk +++ b/Aerodactyl-vendor.mk @@ -412,7 +412,6 @@ PRODUCT_COPY_FILES += \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/vendor.mediatek.hardware.mms@1.7-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.mediatek.hardware.mms@1.7-service.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/vendor.mediatek.hardware.nvram@1.1-sevice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.mediatek.hardware.nvram@1.1-sevice.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/vendor.mediatek.hardware.pq_aidl-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.mediatek.hardware.pq_aidl-service.rc \ - vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/vendor.noth.hardware.camera-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.noth.hardware.camera-service.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/vendor.noth.hardware.sensor.sensor_extension-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.noth.hardware.sensor.sensor_extension-service.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/vendor.trustonic.tee@1.1-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.trustonic.tee@1.1-service.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/volte_clientapi_ua.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/volte_clientapi_ua.rc \ @@ -1269,7 +1268,6 @@ PRODUCT_PACKAGES += \ vendor.mediatek.hardware.pq@2.9 \ vendor.mediatek.hardware.pq_aidl-V1-ndk \ vendor.mediatek.hardware.videotelephony@1.0_vendor \ - vendor.noth.hardware.camera-V1-ndk \ vendor.noth.hardware.sensor.sensor_extension-V1-ndk \ vendor.trustonic.tee.tui@1.0 \ vendor.trustonic.tee@1.0 \ @@ -1320,7 +1318,6 @@ PRODUCT_PACKAGES += \ manifest_mmlpq.xml \ mtkgnss-batching.xml \ vendor.mediatek.hardware.neuropilot.agent@1.0-service.xml \ - vendor.noth.hardware.camera-service.xml \ vendor.noth.hardware.sensor.sensor_extension-service.xml \ bip_ap \ ccci_mdinit \ diff --git a/Android.bp b/Android.bp index e713502..4020462 100644 --- a/Android.bp +++ b/Android.bp @@ -23526,31 +23526,6 @@ cc_prebuilt_library_shared { soc_specific: true, } -cc_prebuilt_library_shared { - name: "vendor.noth.hardware.camera-V1-ndk", - owner: "nothing", - strip: { - none: true, - }, - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/lib64/vendor.noth.hardware.camera-V1-ndk.so", - ], - shared_libs: [ - "libbinder_ndk", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - prefer: true, - soc_specific: true, -} - cc_prebuilt_library_shared { name: "vendor.noth.hardware.sensor.sensor_extension-V1-ndk", owner: "nothing", @@ -24481,15 +24456,6 @@ prebuilt_etc_xml { soc_specific: true, } -prebuilt_etc_xml { - name: "vendor.noth.hardware.camera-service.xml", - owner: "nothing", - src: "proprietary/vendor/etc/vintf/manifest/vendor.noth.hardware.camera-service.xml", - filename_from_src: true, - sub_dir: "vintf/manifest", - soc_specific: true, -} - prebuilt_etc_xml { name: "vendor.noth.hardware.sensor.sensor_extension-service.xml", owner: "nothing", diff --git a/proprietary/vendor/etc/init/vendor.noth.hardware.camera-service.rc b/proprietary/vendor/etc/init/vendor.noth.hardware.camera-service.rc deleted file mode 100644 index c55b250..0000000 --- a/proprietary/vendor/etc/init/vendor.noth.hardware.camera-service.rc +++ /dev/null @@ -1,8 +0,0 @@ -service vendor.noth.camera-default /vendor/bin/hw/vendor.noth.hardware.camera-service - interface aidl vendor.noth.hardware.camera.INtCamService/default - class hal - user cameraserver - group audio camera input drmrpc - ioprio rt 4 - priority -10 - task_profiles ServiceCapacityRestricted diff --git a/proprietary/vendor/etc/vintf/manifest/vendor.noth.hardware.camera-service.xml b/proprietary/vendor/etc/vintf/manifest/vendor.noth.hardware.camera-service.xml deleted file mode 100644 index 728870f..0000000 --- a/proprietary/vendor/etc/vintf/manifest/vendor.noth.hardware.camera-service.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - vendor.noth.hardware.camera - - INtCamService - default - - - diff --git a/proprietary/vendor/lib64/vendor.noth.hardware.camera-V1-ndk.so b/proprietary/vendor/lib64/vendor.noth.hardware.camera-V1-ndk.so deleted file mode 100644 index 00d39b0..0000000 Binary files a/proprietary/vendor/lib64/vendor.noth.hardware.camera-V1-ndk.so and /dev/null differ