commit | 24b05cb4adb8f44acd7dd65662718d0449acd590 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:50 2023 -0800 |
committer | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:50 2023 -0800 |
tree | d00e21722478b6ecfd989500bf6fae481049ab99 | |
parent | 8f9bf87bab8117de3eeac443758d2d0079851fd6 [diff] |
Make fnv available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I9fd88fe14d05042e89dcaa83278602e61ca9f88d
diff --git a/Android.bp b/Android.bp index 585f0bc..55237b0 100644 --- a/Android.bp +++ b/Android.bp
@@ -72,4 +72,6 @@ "//apex_available:platform", "com.android.virt", ], + product_available: true, + vendor_available: true, }