commit | 8c331c819a041c1fcd6b3e08041a53469d043f0d | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:24:57 2023 -0800 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:24:57 2023 -0800 |
tree | 95cb488307c04b8942d85975d0676fb4c1e1ce04 | |
parent | 4578b5b3b34d2dc74034747ceda1ebffa9c9acc5 [diff] |
Make tempfile available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I94f72fca8edb89156197b154c377a601b454ef2d
diff --git a/Android.bp b/Android.bp index 9b54b9a..97578c0 100644 --- a/Android.bp +++ b/Android.bp
@@ -55,4 +55,6 @@ "//apex_available:platform", "com.android.virt", ], + product_available: true, + vendor_available: true, }