summaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
author Austin Tankiang <austinct@google.com> 2025-03-14 16:11:39 +0000
committer Austin Tankiang <austinct@google.com> 2025-03-20 00:17:48 +0000
commit4332f355c63fbfc4bc7c859ce8969b1960dc39dd (patch)
tree7fe095c76b8ac0fe30d833cdc605a0131b9e2c4e /tests/Android.bp
parent60ab4dfb4e8814d1da61ba450cd228b4771b84bf (diff)
Add the job progress panel
This panel is displayed on click of the job toolbar icon. This also changes the context passed into files.MenuManager to be the activity context as the application context doesn't have the theme information required for JobPanelController to inflate layouts. Bug: 385841754 Test: atest -c 'DocumentsUIGoogleTests:com.android.documentsui.JobPanelUiTest' Flag: com.android.documentsui.flags.visual_signals_ro Change-Id: Idd95bd97863892407ed740b3ff8a013408e37b6a
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 41ccc1ab1..95418bdde 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -70,6 +70,7 @@ android_library {
srcs: [
"common/**/*.java",
+ "common/**/*.kt",
"unit/**/*.java",
"unit/**/*.kt",
],
@@ -94,6 +95,7 @@ android_library {
srcs: [
"common/**/*.java",
+ "common/**/*.kt",
"functional/**/*.java",
"functional/**/*.kt",
"unit/**/*.java",