summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi Soo Shin <jisshin@google.com>2022-04-26 23:46:53 +0200
committerJi Soo Shin <jisshin@google.com>2022-04-27 23:30:38 +0200
commit57876afaec993084f9955525921ae2b8653a43f3 (patch)
treefdbc35dd1c2b7e210069386d5212555503969869
parent9926aba6f4ba1f36a901557d394ace71c4663e04 (diff)
downloadcar-57876afaec993084f9955525921ae2b8653a43f3.tar.gz
usbpt: delete firmwares for dongle
Firmware must be provided by vendor. Bug: 215529815 Test: builds Change-Id: I600eabaf32979470004b775d4fa670d9bd5c2b87
-rw-r--r--emulator/usbpt/bluetooth/btusb/btusb.mk4
-rw-r--r--emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp24
-rwxr-xr-xemulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_config.binbin10 -> 0 bytes
-rw-r--r--emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_fw.binbin48816 -> 0 bytes
4 files changed, 0 insertions, 28 deletions
diff --git a/emulator/usbpt/bluetooth/btusb/btusb.mk b/emulator/usbpt/bluetooth/btusb/btusb.mk
index 6e21465..d2c52c2 100644
--- a/emulator/usbpt/bluetooth/btusb/btusb.mk
+++ b/emulator/usbpt/bluetooth/btusb/btusb.mk
@@ -19,9 +19,5 @@ BOARD_SEPOLICY_DIRS += \
device/generic/car/emulator/usbpt/bluetooth/btusb/sepolicy
endif
-# USB Passthru
-PRODUCT_PACKAGES += rtl8821c_fw.bin.car \
- rtl8821c_config.bin.car
-
PRODUCT_COPY_FILES += \
device/generic/car/emulator/usbpt/bluetooth/btusb/init.btusb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.btusb.rc \
diff --git a/emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp b/emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp
deleted file mode 100644
index ade064e..0000000
--- a/emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp
+++ /dev/null
@@ -1,24 +0,0 @@
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "device_generic_car_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["device_generic_car_license"],
-}
-
-prebuilt_firmware {
- name: "rtl8821c_fw.bin.car",
- src: "rtl8821c_fw.bin",
- sub_dir: "rtl_bt",
- filename_from_src: true,
- proprietary: true,
-}
-
-prebuilt_firmware {
- name: "rtl8821c_config.bin.car",
- src: "rtl8821c_config.bin",
- sub_dir: "rtl_bt",
- filename_from_src: true,
- proprietary: true,
-}
diff --git a/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_config.bin b/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_config.bin
deleted file mode 100755
index 76f62b8..0000000
--- a/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_config.bin
+++ /dev/null
Binary files differ
diff --git a/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_fw.bin b/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_fw.bin
deleted file mode 100644
index ad31c94..0000000
--- a/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_fw.bin
+++ /dev/null
Binary files differ