aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickey Keeley <mickeykeeley@google.com>2020-03-28 10:36:19 -0700
committerMickey Keeley <mickeykeeley@google.com>2020-03-28 10:49:24 -0700
commitbe5559adf826e09a288dae3a04a5e43ac2f74f77 (patch)
tree1f7c0c9f7817a3457267951b4b8cc22d951be986
parentbd27589b2b24d0975261e0b400c60b74bd18dfd4 (diff)
downloadfuchsia-be5559adf826e09a288dae3a04a5e43ac2f74f77.tar.gz
Skip boot jars check.
Bug: 152675819 Test: Builds. Change-Id: Id5cf4946e552e60fcff250ec44f5c688c01c89d3
-rw-r--r--fuchsia.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/fuchsia.mk b/fuchsia.mk
index 81338f0..631870c 100644
--- a/fuchsia.mk
+++ b/fuchsia.mk
@@ -51,3 +51,6 @@ art_apex :=
# Fuchsia only has 64-bit support.
TARGET_SUPPORTS_32_BIT_APPS := false
TARGET_SUPPORTS_64_BIT_APPS := true
+
+# The target has no boot jars to check.
+SKIP_BOOT_JARS_CHECK := true