commit | 7ca4181c61d5978decc897ea95becf189088dd34 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:24:35 2023 -0800 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:24:35 2023 -0800 |
tree | b7cbcb84715e1926528bac7fd0d7fc53d9da9173 | |
parent | 37c00ecdec1515158469267bee49fb202ad9042d [diff] |
Make proc-macro-nested available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I19b4189522ac5c864bc56b1b582b029d7f397388
diff --git a/Android.bp b/Android.bp index 22edf1a..2b68e36 100644 --- a/Android.bp +++ b/Android.bp
@@ -63,5 +63,7 @@ "com.android.resolv", "com.android.virt", ], + product_available: true, + vendor_available: true, min_sdk_version: "29", }