Don't link telephony stubs against android_system_stubs
Compile against an SDK instead, which will enforce link checks. Bug: 152864915 Test: m Change-Id: I49cbc4f6c6c5a1b9260b385f3c97ac2387bb9c47
This commit is contained in:
@@ -1279,8 +1279,7 @@ java_library {
|
||||
aidl: {
|
||||
export_include_dirs: ["telephony/java"],
|
||||
},
|
||||
sdk_version: "core_current",
|
||||
libs: ["android_system_stubs_current"],
|
||||
sdk_version: "module_current",
|
||||
}
|
||||
|
||||
filegroup {
|
||||
|
||||
Reference in New Issue
Block a user