commit | 1f566ee617d7c969c3d10a54d902c6b39d9ef554 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:24:55 2023 -0800 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:24:55 2023 -0800 |
tree | 88355b06db583cb4862c52b59d621e263725df11 | |
parent | da531fd8bab5240826ab9849279659b3810a13a5 [diff] |
Make static_assertions available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I063a17f1c74057bb968ce586f75f37896a698103
diff --git a/Android.bp b/Android.bp index af34fa5..05a9aa3 100644 --- a/Android.bp +++ b/Android.bp
@@ -31,6 +31,7 @@ "//apex_available:platform", "//apex_available:anyapex", ], + product_available: true, vendor_available: true, min_sdk_version: "29", }