Aerodactyl: Drop Nothing camera service

This commit is contained in:
Mashopy
2025-11-17 18:41:37 +01:00
parent d58f773b22
commit bf003707be
5 changed files with 0 additions and 54 deletions
-3
View File
@@ -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 \
-34
View File
@@ -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",
@@ -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
@@ -1,9 +0,0 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>vendor.noth.hardware.camera</name>
<interface>
<name>INtCamService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>
Binary file not shown.