Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72438fa1 authored by Suneesh Sasikumar's avatar Suneesh Sasikumar
Browse files

Make libbluetooth_hci_pdl visible to sub-packages in //vendor

This is for being able to create BT packets in a new program in vendor/google/tools/bluetooth/
Adding visibility for all sub packages is the only way allowed - not individual packages

Bug: b/307322468
Test: mmm and tested on a device
Change-Id: Id759cccdf4ee99189b5fc99ca654275dae6fefb1
parent 39d695e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ cc_library_static {
    visibility: [
        "//hardware/interfaces/bluetooth/aidl/vts",
        "//packages/modules/Bluetooth/system:__subpackages__",
        "//vendor:__subpackages__",
    ],
    apex_available: [
        "com.android.btservices",