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

Commit fe4d1fd4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove public visibility of bluetooth impl" into tm-dev am: 742c3ea4...

Merge "Remove public visibility of bluetooth impl" into tm-dev am: 742c3ea4 am: 65be44d5 am: 524a4b11

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/17970091



Change-Id: Idb74337116f7a8461b89a9980546a4bb77805cb9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 168f6182 524a4b11
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",