Delete unreferenced legacy code.

There is still a chance removing this code will break things
and that this will need to be reverted, but I could not find
references to this code anywhere in either android or google3.

Bug: 141383302
Test: atest SystemUITests
Change-Id: I7f49fd520abd874f41d81141b19869de87027fd3
This commit is contained in:
Dave Mankoff
2019-09-24 11:40:39 -04:00
parent 718a048728
commit 1992ffb20e
261 changed files with 0 additions and 26025 deletions

View File

@@ -170,39 +170,3 @@ android_app {
required: ["privapp_whitelist_com.android.systemui"],
}
// Only used for products that are shipping legacy Recents
android_app {
name: "SystemUIWithLegacyRecents",
overrides: [
"SystemUI",
],
platform_apis: true,
certificate: "platform",
privileged: true,
dxflags: ["--multi-dex"],
optimize: {
proguard_flags_files: ["proguard.flags", "legacy/recents/proguard.flags"],
},
static_libs: [
"SystemUI-core",
],
libs: [
"telephony-common",
],
kotlincflags: ["-Xjvm-default=enable"],
srcs: [
"legacy/recents/src/**/*.java",
"legacy/recents/src/**/I*.aidl",
],
resource_dirs: [
"legacy/recents/res",
],
manifest: "legacy/recents/AndroidManifest.xml",
}