load("//tools/base/bazel:bazel.bzl", "iml_module") # managed by go/iml_to_build iml_module( name = "intellij.android.androidx-integration-tests", iml_files = ["intellij.android.androidx-integration-tests.iml"], test_resources = ["testData"], test_srcs = ["testSrc"], # This tests runs in the androidx-integration branch so it should not be triggered automatically in studio-master-dev. test_tags = ["manual"], visibility = ["//visibility:public"], # do not sort: must match IML order deps = [ "//prebuilts/studio/intellij-sdk:studio-sdk", "//prebuilts/studio/intellij-sdk:studio-sdk-plugin-gradle", "//tools/base/testutils:studio.android.sdktools.testutils[module, test]", "//tools/adt/idea/android-test-framework:intellij.android.testFramework[module, test]", "//tools/adt/idea/adt-testutils:intellij.android.adt.testutils[module, test]", "//tools/adt/idea/android:intellij.android.core[module, test]", "//tools/adt/idea/android-common:intellij.android.common[module, test]", "//tools/adt/idea/android:intellij.android.core.tests[module, test]", ], )