aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:28 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:28 -0800
commitf8587c23bba3cb5ae4c1f88fc87975190ae1ab41 (patch)
tree63618c47b4bd4284d029fe1fcff06c0b4b6e7e00
parenta38084eecd736860e92d10101b283e7cf34d288f (diff)
downloadpin-project-f8587c23bba3cb5ae4c1f88fc87975190ae1ab41.tar.gz
Make pin-project available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: If0c0664387ca19c779954c41e51af60728834b13
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ac3d414..44d7dc6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,4 +50,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}