File tree Expand file tree Collapse file tree
test/rules/android_binary/r8_integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ py_test(
1010 "//test/rules/android_binary/r8_integration/java/com/basicapp:basic_app_R8_no_shrink" ,
1111 "//test/rules/android_binary/r8_integration/java/com/basicapp:basic_app_R8_shrink" ,
1212 "//test/rules/android_binary/r8_integration/java/com/basicapp:basic_app_no_R8" ,
13- "//test/rules/android_binary/r8_integration/java/com/basicapp:basic_app_select_R8_genmap " ,
13+ "//test/rules/android_binary/r8_integration/java/com/basicapp:basic_app_select_R8_generate_pg_map " ,
1414 "@androidsdk//:dexdump" ,
1515 ],
1616)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def test_r8_integration(self):
8484 # No R8 when run in default test mode (non-opt),
8585 # so unused resources and unused classes should be in the app
8686 self ._r8_integration_check (
87- "basic_app_select_R8_genmap .apk" ,
87+ "basic_app_select_R8_generate_pg_map .apk" ,
8888 expect_unused_activity_resource = True ,
8989 expect_unused_activity_class = True ,
9090 )
You can’t perform that action at this time.
0 commit comments