commit | dcfda4093926223dcfae19d4ffd9da5bdd4016ed | [log] [tgz] |
---|---|---|
author | Chaohui Wang <chaohuiw@google.com> | Tue Sep 27 11:40:33 2022 +0800 |
committer | Chaohui Wang <chaohuiw@google.com> | Tue Sep 27 18:10:48 2022 +0800 |
tree | 6ad29bfb298547fedb0b19a1befa7df2bae6d228 | |
parent | 6ad64f16cdd343613eaa65856b024f6ce5e30d73 [diff] [blame] |
Add showInstantApps to AppListPage Default false, which hide the instant apps from App List. Also setup the SpaPrivilegedLibTests. Bug: 235727273 Test: Manual with Settings App Change-Id: I0d3dafc5c61b7b8d69cee972bd5f985d8b99ca10
diff --git a/packages/SettingsLib/SpaPrivileged/Android.bp b/packages/SettingsLib/SpaPrivileged/Android.bp index 082ce97..e7e37e4 100644 --- a/packages/SettingsLib/SpaPrivileged/Android.bp +++ b/packages/SettingsLib/SpaPrivileged/Android.bp
@@ -45,3 +45,9 @@ "-J-Xmx4G", ], } + +// Expose the srcs to tests, so the tests can access the internal classes. +filegroup { + name: "SpaPrivilegedLib_srcs", + srcs: ["src/**/*.kt"], +}