blob: 3b1b873b40afcd9475aed9c7c5b89f694cb6acab [file] [log] [blame]
load("//build/bazel/rules/android:android_binary.bzl", "android_binary")
android_binary(
name = "Music",
srcs = glob(["src/com/android/music/*.java"]),
custom_package = "com.android.music",
manifest = "AndroidManifest.xml",
# TODO(b/179889880): this manual BUILD file exists because these resources,
# if listed as files, would cross package boundary.
resource_files = ["//packages/apps/Music/kotlin:MusicResourceFiles"],
sdk_version = "current",
target_compatible_with = ["//build/bazel_common_rules/platforms/os:android"],
)