Skip to content

Commit 32acafb

Browse files
ajsinclaircopybara-androidxtest
authored andcommitted
Include the multidex support library since the exported manifest includes "android.support.multidex.MultiDexApplication"
PiperOrigin-RevId: 606363540
1 parent fd35444 commit 32acafb

File tree

1 file changed

+4
-1
lines changed
  • testapps/ui_testapp/java/androidx/test/ui/app

1 file changed

+4
-1
lines changed

testapps/ui_testapp/java/androidx/test/ui/app/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jetify_android_library(
2828
deps = [
2929
"//opensource/androidx:annotation",
3030
"@maven//:androidx_appcompat_appcompat",
31+
"@maven//:androidx_multidex_multidex",
3132
"@maven//:androidx_recyclerview_recyclerview",
3233
"@maven//:com_google_android_material_material",
3334
"@maven//:com_google_guava_guava",
@@ -39,7 +40,9 @@ android_library(
3940
testonly = 1,
4041
exports_manifest = 1,
4142
manifest = "AndroidManifest.xml",
42-
exports = [":lib"],
43+
exports = [
44+
":lib",
45+
],
4346
)
4447

4548
android_library(

0 commit comments

Comments
 (0)