commit | a4d4f7d0afc37a1d8efbaeceec1c621e6bd14a7d | [log] [tgz] |
---|---|---|
author | Henri Chataing <henrichataing@google.com> | Thu Jan 16 12:43:13 2025 +0000 |
committer | Henri Chataing <henrichataing@google.com> | Thu Jan 16 12:44:10 2025 +0000 |
tree | 0b23c96f754fbae22ac48555910bd16796949b59 | |
parent | 00035204dcecf153640e12f9e0bef190633e9138 [diff] [blame] |
Enable the rust backend for android.hardware.bluetooth.socket Bug: 390141445 Test: TreeHugger Change-Id: I1af250853c4f518d97d69141e2b2ac3c6ef1da5a
diff --git a/bluetooth/socket/aidl/Android.bp b/bluetooth/socket/aidl/Android.bp index 77679f8..6cf9e52 100644 --- a/bluetooth/socket/aidl/Android.bp +++ b/bluetooth/socket/aidl/Android.bp
@@ -31,6 +31,9 @@ ], stability: "vintf", backend: { + rust: { + enabled: true, + }, java: { enabled: false, },