commit | 62105fb264c79095a58313563e00c4d4cb18f866 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jan 30 23:47:32 2024 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue Jan 30 23:47:32 2024 +0000 |
tree | 035255c22d73ff582f0a37dec6ab317811a222ec | |
parent | 3f0bccf1953525aa67506d71a09799999942501f [diff] [blame] |
AIDL: disable Rust explicitly Now that it's enabled by default, because this doesn't compile in Rust. Bug: 321267339 Test: m Change-Id: I01e0af965827944ba2b4b168a6e8d6c4cf81cfff
diff --git a/biometrics/face/aidl/Android.bp b/biometrics/face/aidl/Android.bp index 7adf402..fadcde7 100644 --- a/biometrics/face/aidl/Android.bp +++ b/biometrics/face/aidl/Android.bp
@@ -29,6 +29,9 @@ cpp: { enabled: false, }, + rust: { + enabled: false, + }, ndk: { additional_shared_libraries: [ "libnativewindow",