Skip to content
Snippets Groups Projects
Commit 8ccc6abe authored by Frank Li's avatar Frank Li Committed by Gerrit Code Review
Browse files

Merge "[CS15]Do not use hidden API of PlatformProperties"

parents ff9ae37e b885e615
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ java_library {
"net-utils-device-common",
"net-utils-framework-common",
"netd-client",
"PlatformProperties",
],
apex_available: [
"//apex_available:platform",
......@@ -76,7 +77,7 @@ java_library {
java_library {
name: "service-connectivity",
installable: true,
static_libs:[
static_libs: [
"service-connectivity-pre-jarjar",
],
jarjar_rules: "jarjar-rules.txt",
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment