summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-13 03:27:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-13 03:27:45 +0000
commit2ee45c1fdd6c86c8039719718e6fbf0f57722ef0 (patch)
tree1bf725289f2231cc4e826f0eaae57340f9028fa5
parent4825c12d2aafe4acbb00df5f1d5fc4e5b1f79451 (diff)
parentc119d5a52f80289c7f939746ddc31c8bcee2a3ca (diff)
downloadMusic-android14-qpr2-s1-release.tar.gz
Change-Id: Id724e2dc62875d0ff8697211daf197444fbc4385
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 0b9fe05..3b1b873 100644
--- a/BUILD
+++ b/BUILD
@@ -2,12 +2,12 @@ load("//build/bazel/rules/android:android_binary.bzl", "android_binary")
android_binary(
name = "Music",
- srcs = glob(["src/**/*.java"]),
+ 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/platforms/os:android"],
+ target_compatible_with = ["//build/bazel_common_rules/platforms/os:android"],
)