Merge "Remove unnecessary dependency on libcore-platform-compat-config" am: 82cd5382b7 am: e70b70a77b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1646303 Change-Id: Ib99f0cd6e794a34c5383fcf72c58716dc7790718
This commit is contained in:
@@ -306,8 +306,8 @@ filegroup {
|
|||||||
genrule {
|
genrule {
|
||||||
name: "statslog-telephony-common-java-gen",
|
name: "statslog-telephony-common-java-gen",
|
||||||
tools: ["stats-log-api-gen"],
|
tools: ["stats-log-api-gen"],
|
||||||
cmd: "$(location stats-log-api-gen) --java $(out) --module telephony_common"
|
cmd: "$(location stats-log-api-gen) --java $(out) --module telephony_common" +
|
||||||
+ " --javaPackage com.android.internal.telephony --javaClass TelephonyCommonStatsLog",
|
" --javaPackage com.android.internal.telephony --javaClass TelephonyCommonStatsLog",
|
||||||
out: ["com/android/internal/telephony/TelephonyCommonStatsLog.java"],
|
out: ["com/android/internal/telephony/TelephonyCommonStatsLog.java"],
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -607,7 +607,6 @@ java_library {
|
|||||||
// TODO: remove gps_debug and protolog.conf.json when the build system propagates "required" properly.
|
// TODO: remove gps_debug and protolog.conf.json when the build system propagates "required" properly.
|
||||||
"gps_debug.conf",
|
"gps_debug.conf",
|
||||||
"icu4j-platform-compat-config",
|
"icu4j-platform-compat-config",
|
||||||
"libcore-platform-compat-config",
|
|
||||||
"protolog.conf.json.gz",
|
"protolog.conf.json.gz",
|
||||||
"services-platform-compat-config",
|
"services-platform-compat-config",
|
||||||
"documents-ui-compat-config",
|
"documents-ui-compat-config",
|
||||||
@@ -1015,7 +1014,6 @@ cc_library {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// This is the full proto version of libplatformprotos. It may only
|
// This is the full proto version of libplatformprotos. It may only
|
||||||
// be used by test code that is not shipped on the device.
|
// be used by test code that is not shipped on the device.
|
||||||
cc_library {
|
cc_library {
|
||||||
|
|||||||
Reference in New Issue
Block a user