summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Jobredeaux <jobredeaux@google.com>2023-04-13 20:53:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-04-13 20:53:06 +0000
commit55c1587d69d3ee60bd2a3922f70fe8ad2f5cfac4 (patch)
tree95cf4a3e5b2c223ac65c353250d65a2badd3a4a6
parenta241c145d6110e97ecf3d32dd19eae42bb4328f9 (diff)
parentacba8eabbce5e193abf4ed3759fb62177a698a02 (diff)
downloadMusic-55c1587d69d3ee60bd2a3922f70fe8ad2f5cfac4.tar.gz
Merge "Set sdk_version for Music app"
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 11bd434..ea0af15 100644
--- a/BUILD
+++ b/BUILD
@@ -8,5 +8,6 @@ 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"],
+ sdk_version = "current",
target_compatible_with = ["//build/bazel/platforms/os:android"],
)