forked from PixelExperience/packages_modules_Bluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add top-level default visibility for Bluetooth module
Bug: 215008564 Test: manual Tag: #feature Ignore-AOSP-First: Some changes only present in internal Change-Id: I0c12526bdf833b41e8d1282b29640fa9481b6a04
- Loading branch information
Etienne Ruffieux
committed
Mar 6, 2022
1 parent
37c2637
commit 917abc3
Showing
10 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package { | ||
default_visibility: [":__subpackages__"], | ||
default_applicable_licenses: ["system_bt_license"], | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,9 @@ cc_binary { | |
"bluetooth_hci.cc", | ||
"service.cc", | ||
], | ||
|
||
visibility: [ | ||
"//platform_testing/libraries/sts-common-util/host-side/rootcanal" | ||
], | ||
header_libs: ["libbluetooth_headers"], | ||
shared_libs: [ | ||
"[email protected]", | ||
|
@@ -81,7 +83,9 @@ cc_library_shared { | |
srcs: [ | ||
"bluetooth_hci.cc", | ||
], | ||
|
||
visibility: [ | ||
"//platform_testing/libraries/sts-common-util/host-side/rootcanal" | ||
], | ||
header_libs: ["libbluetooth_headers"], | ||
shared_libs: [ | ||
"[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters