You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
load("@rules_android//rules:rules.bzl", "android_binary", "android_library")
|
|
|
|
android_binary(
|
|
name = "Music",
|
|
srcs = glob(["src/**/*.java"]),
|
|
custom_package = "com.android.music",
|
|
manifest = "AndroidManifest.xml",
|
|
deps = ["//packages/apps/Music/kotlin:MusicResources"],
|
|
)
|