summaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-21 20:22:02 -0700
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-21 20:22:02 -0700
commitc6ce906051ea48069314975374a33e92fce3163a (patch)
tree5c1b3b3b5f6bb28b92fa5cb9425dc86f2f1f1a70 /tests/Android.bp
parenteb3508c8701c0b69ddc0b879624d0a14f88db109 (diff)
parent343bf4b4eafc3c91e82afc6f5ff0847e2ba97b2f (diff)
Snap for 13256841 from 343bf4b4eafc3c91e82afc6f5ff0847e2ba97b2f to 25Q2-release
Change-Id: Icc91d11c3dce5b6a95e7aa0c1a41068f71f032de
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 41ccc1ab1..65e3f259f 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -42,6 +42,7 @@ android_library {
name: "DocumentsUIPerfTests-lib",
srcs: [
"common/com/android/documentsui/**/*.java",
+ "common/com/android/documentsui/**/*.kt",
"functional/com/android/documentsui/ActivityTest.java",
],
resource_dirs: [],
@@ -70,6 +71,7 @@ android_library {
srcs: [
"common/**/*.java",
+ "common/**/*.kt",
"unit/**/*.java",
"unit/**/*.kt",
],
@@ -94,6 +96,7 @@ android_library {
srcs: [
"common/**/*.java",
+ "common/**/*.kt",
"functional/**/*.java",
"functional/**/*.kt",
"unit/**/*.java",