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

Commit 82b59150 authored by William Escande's avatar William Escande
Browse files

Remove public visibility of bluetooth impl

Test: build
Fix: 230626657
Ignore-AOSP-First: No apex on aosp
Change-Id: Iae3b09cc648de53c50f25084c8a0b929c217ff5f
parent 89f4da04
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -66,7 +66,15 @@ java_sdk_library {
    },
    hostdex: true, // for hiddenapi check

    impl_library_visibility: ["//visibility:public"],
    impl_library_visibility: [
        "//external/sl4a/Common",
        "//frameworks/opt/wear",
        "//packages/modules/Bluetooth/android/app/tests/unit",
        "//packages/modules/Bluetooth/service",
        "//packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider",
        "//packages/services/Car/car-builtin-lib",
        ":__subpackages__",
    ],

    apex_available: [
        "com.android.bluetooth",