blob: 5830c920cf503e43a019518b35a0c8b6cd7e5ca0 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "runtime_compile_cycle_start",
srcs = ["runtime_compile_cycle_start/src"],
iml_files = ["runtime_compile_cycle_start/runtime_compile_cycle_start.iml"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
"//:runtime_compile_cycle_end",
"//:lib/lib",
],
)
# managed by go/iml_to_build
iml_module(
name = "runtime_compile_cycle_end",
srcs = ["runtime_compile_cycle_end/src"],
iml_files = ["runtime_compile_cycle_end/runtime_compile_cycle_end.iml"],
visibility = ["//visibility:public"],
runtime_deps = ["//:lib/lib"],
deps = ["//:runtime_compile_cycle_start[module]"],
)
# managed by go/iml_to_build
iml_module(
name = "runtime_after_test",
srcs = ["runtime_after_test/src"],
iml_files = ["runtime_after_test/runtime_after_test.iml"],
visibility = ["//visibility:public"],
)
# managed by go/iml_to_build
iml_module(
name = "compile_test_cycle_end_and_others",
# do not sort: must match IML order
srcs = [
"compile_test_cycle_end/src",
"compile_test_cycle_start/src",
],
iml_files = [
"compile_test_cycle_end/compile_test_cycle_end.iml",
"compile_test_cycle_start/compile_test_cycle_start.iml",
],
visibility = ["//visibility:public"],
)
# managed by go/iml_to_build
iml_module(
name = "depend_on_cycle",
srcs = ["depend_on_cycle/src"],
iml_files = ["depend_on_cycle/depend_on_cycle.iml"],
visibility = ["//visibility:public"],
deps = ["//:compile_test_cycle_end_and_others[module]"],
)
# managed by go/iml_to_build
iml_module(
name = "compile_runtime_cycle_end",
srcs = ["compile_runtime_cycle_end/src"],
iml_files = ["compile_runtime_cycle_end/compile_runtime_cycle_end.iml"],
visibility = ["//visibility:public"],
runtime_deps = ["//:compile_runtime_cycle_start"],
)
# managed by go/iml_to_build
iml_module(
name = "compile_runtime_cycle_start",
srcs = ["compile_runtime_cycle_start/src"],
iml_files = ["compile_runtime_cycle_start/compile_runtime_cycle_start.iml"],
visibility = ["//visibility:public"],
deps = ["//:compile_runtime_cycle_end[module]"],
)
# managed by go/iml_to_build
iml_module(
name = "compile_after_test",
srcs = ["compile_after_test/src"],
iml_files = ["compile_after_test/compile_after_test.iml"],
visibility = ["//visibility:public"],
)
# managed by go/iml_to_build
iml_module(
name = "test",
srcs = ["test/src"],
iml_files = ["test/test.iml"],
visibility = ["//visibility:public"],
runtime_deps = ["//:runtime_after_test"],
deps = ["//:compile_after_test[module]"],
)
# managed by go/iml_to_build
iml_module(
name = "root",
srcs = ["root/src"],
iml_files = ["root/root.iml"],
# do not sort: must match IML order
test_runtime_deps = [
"//:runtime_after_test",
"//:runtime_test_cycle_end",
"//:lib/lib",
],
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
"//:runtime",
"//:runtime_compile_cycle_end",
"//:lib/lib",
],
# do not sort: must match IML order
deps = [
"//:test[module, test]",
"//:compile_runtime_cycle_start[module]",
"//:runtime_compile_cycle_start[module]",
"//:test_runtime_cycle_start[module, test]",
"//:runtime_test_cycle_start[module, test]",
],
)
# managed by go/iml_to_build
iml_module(
name = "compile_after_runtime",
srcs = ["compile_after_runtime/src"],
iml_files = ["compile_after_runtime/compile_after_runtime.iml"],
visibility = ["//visibility:public"],
)
# managed by go/iml_to_build
iml_module(
name = "runtime",
srcs = ["runtime/src"],
iml_files = ["runtime/runtime.iml"],
visibility = ["//visibility:public"],
deps = ["//:compile_after_runtime[module]"],
)
load("//tools/base/bazel:bazel.bzl", "iml_project")
# managed by go/iml_to_build
iml_project(
name = "android-studio",
modules = [
"//:compile_after_runtime",
"//:compile_after_test",
"//:compile_runtime_cycle_end",
"//:compile_runtime_cycle_start",
"//:compile_test_cycle_end_and_others",
"//:depend_on_cycle",
"//:friends.impl",
"//:friends.tests",
"//:root",
"//:runtime",
"//:runtime_after_test",
"//:runtime_compile_cycle_end",
"//:runtime_compile_cycle_start",
"//:runtime_test_cycle_end",
"//:runtime_test_cycle_start",
"//:test",
"//:test_runtime_cycle_end",
"//:test_runtime_cycle_start",
],
)
# managed by go/iml_to_build
iml_module(
name = "test_runtime_cycle_end",
srcs = ["test_runtime_cycle_end/src"],
iml_files = ["test_runtime_cycle_end/test_runtime_cycle_end.iml"],
visibility = ["//visibility:public"],
runtime_deps = ["//:test_runtime_cycle_start"],
)
# managed by go/iml_to_build
iml_module(
name = "test_runtime_cycle_start",
srcs = ["test_runtime_cycle_start/src"],
iml_files = ["test_runtime_cycle_start/test_runtime_cycle_start.iml"],
visibility = ["//visibility:public"],
deps = ["//:test_runtime_cycle_end[module, test]"],
)
# managed by go/iml_to_build
iml_module(
name = "runtime_test_cycle_start",
srcs = ["runtime_test_cycle_start/src"],
iml_files = ["runtime_test_cycle_start/runtime_test_cycle_start.iml"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
"//:runtime_test_cycle_end",
"//:lib/lib",
],
)
# managed by go/iml_to_build
iml_module(
name = "runtime_test_cycle_end",
srcs = ["runtime_test_cycle_end/src"],
iml_files = ["runtime_test_cycle_end/runtime_test_cycle_end.iml"],
visibility = ["//visibility:public"],
runtime_deps = ["//:lib/lib"],
deps = ["//:runtime_test_cycle_start[module, test]"],
)
# managed by go/iml_to_build
java_import(
name = "lib/lib",
jars = ["lib/lib.jar"],
visibility = ["//visibility:public"],
)
# managed by go/iml_to_build
iml_module(
name = "friends.impl",
iml_files = ["test_friends/friends.impl.iml"],
visibility = ["//visibility:public"],
)
# managed by go/iml_to_build
iml_module(
name = "friends.tests",
iml_files = ["test_friends/friends.tests.iml"],
test_friends = ["//:friends.impl"],
visibility = ["//visibility:public"],
deps = ["//:friends.impl[module, test]"],
)