summaryrefslogtreecommitdiff
path: root/aidl_library
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-09-18 16:42:01 -0700
committer Cole Faust <colefaust@google.com> 2024-09-18 17:41:30 -0700
commit16d227a725a57acabc9a236de75c1f387754f68c (patch)
treea09c838b5ea2683ea5616715b335c600d781cd22 /aidl_library
parent3249ac6d3fff8636cc5b02ac10ffdaf73167cb96 (diff)
Add default_visibility for soong modules
So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
Diffstat (limited to 'aidl_library')
-rw-r--r--aidl_library/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/aidl_library/Android.bp b/aidl_library/Android.bp
index ec2150427..07472a492 100644
--- a/aidl_library/Android.bp
+++ b/aidl_library/Android.bp
@@ -29,4 +29,5 @@ bootstrap_go_package {
"aidl_library_test.go",
],
pluginFor: ["soong_build"],
+ visibility: ["//visibility:public"],
}