summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Jobredeaux <jobredeaux@google.com>2023-03-11 00:05:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-11 00:05:17 +0000
commitd9f31e83c2c2da467745a3f24d3b4b4ac30f3cc4 (patch)
tree54c1dc22745e3639823a16eed7ec2d8589f54d9d
parentc8ba916d3c4d31ff96fb622ec07e21e0cf55b478 (diff)
parent435aabbb962fb657c8617390124531f449828d86 (diff)
downloadMusic-d9f31e83c2c2da467745a3f24d3b4b4ac30f3cc4.tar.gz
Merge "Mark Bazel Music app as device-only." am: ae553543de am: a241c145d6 am: 409ced9540 am: 435aabbb96
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Music/+/2481032 Change-Id: Ib4cb3a24a878e209b7a600273c68ca1072f8edba Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 7a8a5c6..11bd434 100644
--- a/BUILD
+++ b/BUILD
@@ -8,4 +8,5 @@ android_binary(
# 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"],
+ target_compatible_with = ["//build/bazel/platforms/os:android"],
)