diff --git a/Aerodactyl-vendor.mk b/Aerodactyl-vendor.mk index 7184e7c..349330e 100644 --- a/Aerodactyl-vendor.mk +++ b/Aerodactyl-vendor.mk @@ -250,7 +250,6 @@ PRODUCT_COPY_FILES += \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/gralloc/gpu.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gralloc/gpu.xml \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/gralloc/vpu.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gralloc/vpu.xml \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init.insmod.mt6886.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.mt6886.cfg \ - vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/android.hardware.bluetooth@1.1-service-mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.bluetooth@1.1-service-mediatek.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/android.hardware.drm-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm-service.widevine.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/android.hardware.gnss-service.mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gnss-service.mediatek.rc \ vendor/nothing/Aerodactyl/proprietary/vendor/etc/init/android.hardware.graphics.allocator@4.0-service-mediatek.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.graphics.allocator@4.0-service-mediatek.rc \ @@ -444,7 +443,6 @@ PRODUCT_PACKAGES += \ libMEOW_trace \ libGLES_mali \ android.hardware.audio@7.1-impl-mediatek \ - android.hardware.bluetooth@1.1-impl-mediatek \ android.hardware.gnss-impl-mediatek \ android.hardware.gnss@2.1-impl-mediatek \ audio.primary.mediatek \ @@ -1222,7 +1220,6 @@ PRODUCT_PACKAGES += \ conninfra_loader \ fuelgauged \ fuelgauged_nvram \ - android.hardware.bluetooth@1.1-service-mediatek \ android.hardware.drm-service.widevine \ android.hardware.gnss-service.mediatek \ android.hardware.graphics.composer@3.1-service \ diff --git a/Android.bp b/Android.bp index 25e5aa2..43099c9 100644 --- a/Android.bp +++ b/Android.bp @@ -942,39 +942,6 @@ cc_prebuilt_library_shared { soc_specific: true, } -cc_prebuilt_library_shared { - name: "android.hardware.bluetooth@1.1-impl-mediatek", - owner: "nothing", - strip: { - none: true, - }, - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/lib64/hw/android.hardware.bluetooth@1.1-impl-mediatek.so", - ], - shared_libs: [ - "android.hardware.bluetooth@1.0", - "android.hardware.bluetooth@1.1", - "libbase", - "libcutils", - "libhardware", - "libhidlbase", - "liblog", - "libutils", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - relative_install_path: "hw", - prefer: true, - soc_specific: true, -} - cc_prebuilt_library_shared { name: "android.hardware.gnss-impl-mediatek", owner: "nothing", @@ -24882,40 +24849,6 @@ cc_prebuilt_binary { soc_specific: true, } -cc_prebuilt_binary { - name: "android.hardware.bluetooth@1.1-service-mediatek", - owner: "nothing", - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/bin/hw/android.hardware.bluetooth@1.1-service-mediatek", - ], - shared_libs: [ - "liblog", - "libcutils", - "libbase", - "libutils", - "libhardware", - "libhidlbase", - "libhidltransport", - "android.hardware.bluetooth@1.0", - "android.hardware.bluetooth@1.1", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - strip: { - none: true, - }, - prefer: true, - relative_install_path: "hw", - soc_specific: true, -} - cc_prebuilt_binary { name: "android.hardware.drm-service.widevine", owner: "nothing", diff --git a/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.1-service-mediatek b/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.1-service-mediatek deleted file mode 100755 index 7bc897b..0000000 Binary files a/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.1-service-mediatek and /dev/null differ diff --git a/proprietary/vendor/etc/init/android.hardware.bluetooth@1.1-service-mediatek.rc b/proprietary/vendor/etc/init/android.hardware.bluetooth@1.1-service-mediatek.rc deleted file mode 100644 index f10f4af..0000000 --- a/proprietary/vendor/etc/init/android.hardware.bluetooth@1.1-service-mediatek.rc +++ /dev/null @@ -1,15 +0,0 @@ -service bluetooth-1-1 /vendor/bin/hw/android.hardware.bluetooth@1.1-service-mediatek - class hal - user bluetooth - group bluetooth - writepid /dev/stune/foreground/tasks - capabilities SYS_NICE - -on property:vts.native_server.on=1 && property:ro.build.type=userdebug - stop bluetooth-1-1 -on property:vts.native_server.on=1 && property:ro.build.type=eng - stop bluetooth-1-1 -on property:vts.native_server.on=0 && property:ro.build.type=userdebug - start bluetooth-1-1 -on property:vts.native_server.on=0 && property:ro.build.type=eng - start bluetooth-1-1 diff --git a/proprietary/vendor/lib64/hw/android.hardware.bluetooth@1.1-impl-mediatek.so b/proprietary/vendor/lib64/hw/android.hardware.bluetooth@1.1-impl-mediatek.so deleted file mode 100644 index 8164dc7..0000000 Binary files a/proprietary/vendor/lib64/hw/android.hardware.bluetooth@1.1-impl-mediatek.so and /dev/null differ