aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:57 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:57 -0800
commit8c331c819a041c1fcd6b3e08041a53469d043f0d (patch)
tree95cb488307c04b8942d85975d0676fb4c1e1ce04
parent4578b5b3b34d2dc74034747ceda1ebffa9c9acc5 (diff)
downloadtempfile-8c331c819a041c1fcd6b3e08041a53469d043f0d.tar.gz
Make tempfile available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I94f72fca8edb89156197b154c377a601b454ef2d
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9b54b9a..97578c0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,4 +55,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}