commit | 31406c58bd109f5b12745f169be7c45871cd9a29 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jan 16 13:32:54 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 16 13:32:54 2025 -0800 |
tree | 60bc834dce313130f5681eded08d15e3f1a7c1f3 | |
parent | f60db8ad55cec43c6a54bc69a5addd9d7d374279 [diff] | |
parent | a4d4f7d0afc37a1d8efbaeceec1c621e6bd14a7d [diff] |
Merge "Enable the rust backend for android.hardware.bluetooth.socket" into main
diff --git a/bluetooth/socket/aidl/Android.bp b/bluetooth/socket/aidl/Android.bp index 7c03677..2903c03 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, },