Migrate Bubbles to wm-shell (5/n)

Move bubbles package and related resources to shell package,
also copied some used codes and resources.

Bug: 161980186
Test: atest SystemUITests
Test: atest WMShellUnitTests
Change-Id: Ia108bd4149b3c3bf86631ba1a7a6bce0e76af78f
This commit is contained in:
Tony Huang
2020-10-27 11:37:11 +08:00
parent 02c367d8c1
commit eb01a25c87
138 changed files with 959 additions and 977 deletions

View File

@@ -116,12 +116,15 @@ android_library {
"res",
],
static_libs: [
"androidx.appcompat_appcompat",
"androidx.arch.core_core-runtime",
"androidx.dynamicanimation_dynamicanimation",
"kotlinx-coroutines-android",
"kotlinx-coroutines-core",
"iconloader_base",
"protolog-lib",
"SettingsLib",
"WindowManager-Shell-proto",
"androidx.appcompat_appcompat",
],
kotlincflags: ["-Xjvm-default=enable"],
manifest: "AndroidManifest.xml",