diff options
author | 2025-01-13 04:10:13 +0000 | |
---|---|---|
committer | 2025-01-13 23:40:53 +0000 | |
commit | 765452a1c55b24e9e3893808e2f8f69adf84ec14 (patch) | |
tree | 3d50e49edb88e1fbaa7ec41ae054b1dcfcdbbcba | |
parent | 50ae92d96c7b17f394eb873d68d8db4546d346f4 (diff) |
[DocsUI Search]: Adds ability to have Kotlin unit tests.
All new code is supposed to use Kotlin. I presume this means unit tests,
too.
Test: m DocumentsUIGoogle
Bug: 378590632
Change-Id: Ibf6dae1171e6d2438b4e726efaedcc7224ed1c20
Flag: EXEMPT enabling Kotlin code in tests; build file change only
-rw-r--r-- | tests/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index e412919bd..9620230e4 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -67,6 +67,7 @@ android_library { srcs: [ "common/**/*.java", "unit/**/*.java", + "unit/**/*.kt", ], libs: [ |