summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2024-01-30 22:10:23 +0000
committerSteven Moreland <smoreland@google.com>2024-01-30 22:10:23 +0000
commit0c38b2ab7d97507c204bc166bf29d4a0447dc9c0 (patch)
treebbfd2a620adc4a124f220efdc8567de771676f1e
parentbbbc5613a790322ef576a9ec90041a0fda8e4d1b (diff)
downloadinterfaces-0c38b2ab7d97507c204bc166bf29d4a0447dc9c0.tar.gz
AIDL: disable Rust explicitly
Now that it's enabled by default, because this doesn't compile in Rust. Bug: 321267339 Test: m Change-Id: Ib036978eae76aca8f8cb07a1029cc2f4b469c994
-rw-r--r--automotive/display/aidl/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/automotive/display/aidl/Android.bp b/automotive/display/aidl/Android.bp
index 8b2b7af..5c017ef 100644
--- a/automotive/display/aidl/Android.bp
+++ b/automotive/display/aidl/Android.bp
@@ -29,6 +29,9 @@ aidl_interface {
cpp: {
enabled: false,
},
+ rust: {
+ enabled: false,
+ },
java: {
sdk_version: "module_current",
enabled: false,