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

Commit 702f6552 authored by lifr's avatar lifr
Browse files

[CS15]Do not use hidden API of PlatformProperties

ConnectivityService is going to become a mainline module, and
it will not able to use hidden method anymore. Using PlatformProperties
as a static library instead of hidden API.

Bug: 170917042
Test: atest FrameworksNetTests
Merged-In: I3a3deca5d2e0f690db8c0061de2db2217376d268
Change-Id: I3a3deca5d2e0f690db8c0061de2db2217376d268
parent 44d2d8f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ java_library {
        "net-utils-device-common",
        "net-utils-framework-common",
        "netd-client",
        "PlatformProperties",
    ],
    apex_available: [
        "//apex_available:platform",
+1 −0
Original line number Diff line number Diff line
rule android.sysprop.** com.android.connectivity.sysprop.@1
rule com.android.net.module.util.** com.android.connectivity.net-utils.@1
rule com.android.modules.utils.** com.android.connectivity.modules-utils.@1