commit | 0950115c4da342ab0da08726b92080c7a3fe4870 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Mon May 15 13:18:16 2023 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Mon May 15 13:18:16 2023 +0000 |
tree | 9c6b1f6a0ffc5f61eb94bce8c5ffd04b5411cca6 | |
parent | 2112f9de2a43f92b007dd10000e715108b98d112 [diff] |
Remove unneccessary flag. This is now the default. Test: Ran cargo2android.py, no difference in Android.bp. Change-Id: I6b6281ea6e82e0ee071bdbc1218087962ae77832
diff --git a/cargo2android.json b/cargo2android.json index ed3dae4..4f669f8 100644 --- a/cargo2android.json +++ b/cargo2android.json
@@ -6,7 +6,6 @@ "device": true, "min_sdk_version": "29", "run": true, - "vendor-available": true, "variants": [ { "features": "default,derive,rc",