commit | 16d227a725a57acabc9a236de75c1f387754f68c | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Sep 18 16:42:01 2024 -0700 |
committer | Cole Faust <colefaust@google.com> | Wed Sep 18 17:41:30 2024 -0700 |
tree | a09c838b5ea2683ea5616715b335c600d781cd22 | |
parent | 3249ac6d3fff8636cc5b02ac10ffdaf73167cb96 [diff] [blame] |
Add default_visibility for soong modules So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
diff --git a/rust/config/Android.bp b/rust/config/Android.bp index 79ea7a1..25f7580 100644 --- a/rust/config/Android.bp +++ b/rust/config/Android.bp
@@ -24,4 +24,8 @@ "x86_64_device.go", "arm64_linux_host.go", ], + visibility: [ + "//build/soong:__subpackages__", + "//prebuilts/rust/soong", + ], }