diff options
| author | celtare21 <celtare21@gmail.com> | 2019-08-06 15:55:56 +0000 |
|---|---|---|
| committer | celtare21 <celtare21@gmail.com> | 2019-08-06 15:55:56 +0000 |
| commit | f2d2f3749ac5a4cd13a04e11bc790f13457d398b (patch) | |
| tree | ae8d75e3b8859ae2671e3f184d56c77ec3ce948f | |
| parent | fbadb68b0b5769b2556fd9bc5036c4e9b9a89765 (diff) | |
mata: Don't specify bitness for bluetooth hal
Signed-off-by: celtare21 <celtare21@gmail.com>
| -rw-r--r-- | device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ PRODUCT_STATIC_BOOT_CONTROL_HAL := \ # Bluetooth PRODUCT_PACKAGES += \ - android.hardware.bluetooth@1.0-impl:64 \ + android.hardware.bluetooth@1.0-impl \ android.hardware.bluetooth@1.0-service \ libbt-vendor |
