From 16d227a725a57acabc9a236de75c1f387754f68c Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 18 Sep 2024 16:42:01 -0700 Subject: Add default_visibility for soong modules So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48 --- aidl_library/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'aidl_library') 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"], } -- cgit v1.2.3-59-g8ed1b