commit | 518c06de758f68769bb7002a57a427882cb335f1 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:57 2023 -0800 |
committer | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:57 2023 -0800 |
tree | 23a8159e4769234f2b64e4c47ca715f1d015dcd6 | |
parent | 2de82ba0871734719708e87141ece67033df5452 [diff] |
Make gdbstub available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ia396f6be23e23579f5ce002dfdf8ebfaa4d92812
diff --git a/Android.bp b/Android.bp index c7537d7..a16af58 100644 --- a/Android.bp +++ b/Android.bp
@@ -44,4 +44,6 @@ "//apex_available:platform", "//apex_available:anyapex", ], + product_available: true, + vendor_available: true, }