commit | 10a9b4b74d64c82aab4a6e7ab2934c8abb1d7c92 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Wed Dec 18 10:01:36 2019 -0800 |
committer | Winson Chung <winsonc@google.com> | Fri Dec 20 21:41:11 2019 +0000 |
tree | bf273c165db8831e39fbdfe94f54b1fd7f677f23 | |
parent | 665896e31b3095c4910c21283f01ce5bd43f1731 [diff] [blame] |
Create initial shell package - It does nothing Bug: 146497807 Test: atest WindowManagerShellTests Test: SystemUI builds Change-Id: Ieda77ffdc6a6bed88e55e195a2d9f147e5d4d458
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 4fb3be2..c238d7d 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp
@@ -42,6 +42,7 @@ "res", ], static_libs: [ + "WindowManager-Shell", "SystemUIPluginLib", "SystemUISharedLib", "SettingsLib",