Loading Android.bp +5 −7 Original line number Diff line number Diff line Loading @@ -306,8 +306,8 @@ filegroup { genrule { name: "statslog-telephony-common-java-gen", tools: ["stats-log-api-gen"], cmd: "$(location stats-log-api-gen) --java $(out) --module telephony_common" + " --javaPackage com.android.internal.telephony --javaClass TelephonyCommonStatsLog", cmd: "$(location stats-log-api-gen) --java $(out) --module telephony_common" + " --javaPackage com.android.internal.telephony --javaClass TelephonyCommonStatsLog", out: ["com/android/internal/telephony/TelephonyCommonStatsLog.java"], } Loading Loading @@ -607,7 +607,6 @@ java_library { // TODO: remove gps_debug and protolog.conf.json when the build system propagates "required" properly. "gps_debug.conf", "icu4j-platform-compat-config", "libcore-platform-compat-config", "protolog.conf.json.gz", "services-platform-compat-config", "documents-ui-compat-config", Loading Loading @@ -1015,7 +1014,6 @@ cc_library { }, } // This is the full proto version of libplatformprotos. It may only // be used by test code that is not shipped on the device. cc_library { Loading Loading
Android.bp +5 −7 Original line number Diff line number Diff line Loading @@ -306,8 +306,8 @@ filegroup { genrule { name: "statslog-telephony-common-java-gen", tools: ["stats-log-api-gen"], cmd: "$(location stats-log-api-gen) --java $(out) --module telephony_common" + " --javaPackage com.android.internal.telephony --javaClass TelephonyCommonStatsLog", cmd: "$(location stats-log-api-gen) --java $(out) --module telephony_common" + " --javaPackage com.android.internal.telephony --javaClass TelephonyCommonStatsLog", out: ["com/android/internal/telephony/TelephonyCommonStatsLog.java"], } Loading Loading @@ -607,7 +607,6 @@ java_library { // TODO: remove gps_debug and protolog.conf.json when the build system propagates "required" properly. "gps_debug.conf", "icu4j-platform-compat-config", "libcore-platform-compat-config", "protolog.conf.json.gz", "services-platform-compat-config", "documents-ui-compat-config", Loading Loading @@ -1015,7 +1014,6 @@ cc_library { }, } // This is the full proto version of libplatformprotos. It may only // be used by test code that is not shipped on the device. cc_library { Loading