From 67cc991324290f2925c330416c7cc2a23098d53a Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 7 Mar 2023 17:24:36 -0800 Subject: Make protobuf-codegen available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I2dbe5e5b42afdd3a87b7c43dc05282b95dc7f9eb --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.bp b/Android.bp index dd251e9..a698555 100644 --- a/Android.bp +++ b/Android.bp @@ -30,6 +30,8 @@ rust_library_host { rustlibs: [ "libprotobuf", ], + product_available: true, + vendor_available: true, } rust_test_host { @@ -60,4 +62,6 @@ rust_binary_host { "libprotobuf", "libprotobuf_codegen", ], + product_available: true, + vendor_available: true, } -- cgit v1.2.3