summaryrefslogtreecommitdiff
path: root/emulator/usbpt/bluetooth/btusb/rtl_bt
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-06-14 16:39:44 -0700
committerXin Li <delphij@google.com>2022-06-14 16:39:44 -0700
commit0dd139b130fa8ebd11e4727dfd140588fc1c5b7b (patch)
treec8b2cfd24c1afd5c5ce407fea09276c2d09ec910 /emulator/usbpt/bluetooth/btusb/rtl_bt
parentbfcee185bfba01d772cb21765a9e27634cfb85d2 (diff)
parenta24498718ccbfd10a4fc43a1ba9a2ecb2d8523b8 (diff)
downloadcar-0dd139b130fa8ebd11e4727dfd140588fc1c5b7b.tar.gz
Merge Android 12 QPR 3
Bug: 236045730 Merged-In: If61a479068bf9475b36885e3dcce778dfeb0b6e3 Change-Id: I8532fa760096167baa0ccb23938025c8d3e78989
Diffstat (limited to 'emulator/usbpt/bluetooth/btusb/rtl_bt')
-rw-r--r--emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp24
-rwxr-xr-xemulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_config.binbin0 -> 10 bytes
-rw-r--r--emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_fw.binbin0 -> 48816 bytes
3 files changed, 24 insertions, 0 deletions
diff --git a/emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp b/emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp
new file mode 100644
index 0000000..ade064e
--- /dev/null
+++ b/emulator/usbpt/bluetooth/btusb/rtl_bt/Android.bp
@@ -0,0 +1,24 @@
+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
new file mode 100755
index 0000000..76f62b8
--- /dev/null
+++ b/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_config.bin
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
new file mode 100644
index 0000000..ad31c94
--- /dev/null
+++ b/emulator/usbpt/bluetooth/btusb/rtl_bt/rtl8821c_fw.bin
Binary files differ