Remove commented telephony-framework definition.

Bug: 151667108
Test: build
Change-Id: I418584cb450157c4eca1156eeb9c9cc657881c1b
This commit is contained in:
Malcolm Chen
2020-03-23 12:01:39 -07:00
parent d51ea86e03
commit 64f666a3be

View File

@@ -529,7 +529,6 @@ java_library {
"framework-minus-apex",
// TODO(b/146218515): should be removed
"framework-appsearch",
// TODO (b/147688669) should be removed
"framework-updatable-stubs-module_libs_api",
],
sdk_version: "core_platform",
@@ -1319,42 +1318,6 @@ java_library {
libs: ["android_system_stubs_current"],
}
// TODO: b/151667108 uncomment to make it a separate module again.
//java_library {
// name: "framework-telephony",
// srcs: [
// ":framework-telephony-sources",
// ":framework-telephony-shared-srcs",
// ],
// // TODO: change to framework-system-stub to build against system APIs.
// libs: [
// "framework-minus-apex",
// "unsupportedappusage",
// ],
// static_libs: [
// "libphonenumber-platform",
// "app-compat-annotations",
// ],
// sdk_version: "core_platform",
// aidl: {
// export_include_dirs: ["telephony/java"],
// include_dirs: [
// "frameworks/native/aidl/binder",
// "frameworks/native/aidl/gui",
// ]
// },
// jarjar_rules: ":framework-telephony-jarjar-rules",
// dxflags: [
// "--core-library",
// "--multi-dex",
// ],
// // This is to break the dependency from boot jars.
// dex_preopt: {
// enabled: false,
// },
// installable: true,
//}
filegroup {
// TODO (b/147690217): move to frameworks/base/telephony/common.
name: "framework-telephony-annotations",