Don't link wifi utils against android_system_stubs
Compile against an SDK instead, which will enforce link checks. Bug: 152864915 Test: m Change-Id: Id080d7c6579fa0c9f3a97a3110f119e99053e3c6
This commit is contained in:
@@ -1159,7 +1159,7 @@ filegroup {
|
||||
// into wifi-service
|
||||
java_library {
|
||||
name: "framework-wifi-util-lib",
|
||||
sdk_version: "core_current",
|
||||
sdk_version: "module_current",
|
||||
srcs: [
|
||||
"core/java/android/content/pm/BaseParceledListSlice.java",
|
||||
"core/java/android/content/pm/ParceledListSlice.java",
|
||||
@@ -1175,7 +1175,6 @@ java_library {
|
||||
libs: [
|
||||
"framework-annotations-lib",
|
||||
"unsupportedappusage",
|
||||
"android_system_stubs_current",
|
||||
],
|
||||
visibility: ["//frameworks/base/wifi"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user