summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Jobredeaux <jobredeaux@google.com>2023-03-13 11:11:24 -0400
committerRomain Jobredeaux <jobredeaux@google.com>2023-04-03 10:09:49 -0400
commitacba8eabbce5e193abf4ed3759fb62177a698a02 (patch)
tree95cf4a3e5b2c223ac65c353250d65a2badd3a4a6
parenta241c145d6110e97ecf3d32dd19eae42bb4328f9 (diff)
downloadMusic-acba8eabbce5e193abf4ed3759fb62177a698a02.tar.gz
Set sdk_version for Music app
Change-Id: If0d82a8b58db1f68177a5f67e8b7a8183156547e Bug: 215230098 Test: Presubmit
-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"],
)