commit | 8799ce8b872c6c218945f05f920b9afa461f9fb0 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue Mar 07 17:24:23 2023 -0800 |
committer | Matthew Maurer <[email protected]> | Tue Mar 07 17:24:23 2023 -0800 |
tree | 5c88c41b9d6a3bb7099e870d8f8590491478a436 | |
parent | f6faeb2b6b6af06054d3a7cdedb970e03e342e49 [diff] |
Make openssl available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I51b7f14a62b6f0161141d55d4fb80613abf14951
diff --git a/Android.bp b/Android.bp index 4e9011c..85c5cd5 100644 --- a/Android.bp +++ b/Android.bp
@@ -69,4 +69,5 @@ "com.android.virt", ], vendor_available: true, + product_available: true, }