File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
devtools/mobileharness/platform/android/app/binary
wireless/qa/mobileharness/tool/android/language Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ android_binary(
3232 # compatible with the existing tests.
3333 custom_package = "android.tradefed.contentprovider" ,
3434 manifest = "AndroidManifest.xml" ,
35- multidex = "native" ,
3635 deps = [
3736 "@maven//:androidx_annotation_annotation" ,
3837 ],
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ android_library(
3939android_binary (
4040 name = "daemon" ,
4141 manifest = "AndroidManifest.xml" ,
42- multidex = "native" ,
4342 resource_files = ["//src/java/com/google/devtools/mobileharness/platform/android/app/binary/devicedaemon/shared:resource_files" ],
4443 visibility = [
4544 "//src/java/com/google/devtools/mobileharness/platform/android/app/devicedaemon/impl:__pkg__" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ android_binary(
3232 # avoid having to potentially allowlist the new package to install on devices.
3333 custom_package = "android.telephony.utility" ,
3434 manifest = "AndroidManifest.xml" ,
35- multidex = "native" ,
3635 deps = [
3736 "@maven//:androidx_test_core" ,
3837 "@maven//:androidx_test_ext_junit" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ android_binary(
2929 name = "switchlanguage" ,
3030 srcs = glob (["*.java" ]),
3131 manifest = "AndroidManifest.xml" ,
32- multidex = "native" ,
3332 deps = [
3433 "@maven//:com_google_errorprone_error_prone_annotations" ,
3534 "@maven//:com_google_guava_guava" ,
You can’t perform that action at this time.
0 commit comments