summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
author Pechetty Sravani <pechetty@google.com> 2024-06-19 07:47:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-19 07:47:32 +0000
commitb5b87776867319314dbbb1f1512a5f5c9c18ffc1 (patch)
tree9028f07146c771780f679055e90133ba4fc8c612 /common
parent27f601f5d96bb6b94233169ae8a29ea4290e6904 (diff)
Revert "Consider non-shipping lunch targets to be future."
This reverts commit 27f601f5d96bb6b94233169ae8a29ea4290e6904. Reason for revert: Droidmonitor triggered revert due to build breakage in b/348090986. Will be verifying through ABTD before submission. Change-Id: I55e0880741e543309a7b991d49e59e4fa1f62e53
Diffstat (limited to 'common')
-rw-r--r--common/math.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/math.mk b/common/math.mk
index 829ceb5e6f..ecee474d14 100644
--- a/common/math.mk
+++ b/common/math.mk
@@ -315,9 +315,8 @@ $(call math-expect,(call numbers_greater_or_equal_to,1,0 2 1 3),2 1 3)
$(call math-expect,(call numbers_greater_or_equal_to,0,0 2 1 3),0 2 1 3)
$(call math-expect,(call numbers_greater_or_equal_to,1,0 2 1 3 2),2 1 3 2)
-# 10,001 = 10 ** 4 + 1, contains 10,001 x's, so 1 more than 10,000 (future) API level
-_INT_LIMIT_WORDS := x $(foreach a,0 1 2 3 4 5 6 7 8 9,$(foreach b,0 1 2 3 4 5 6 7 8 9,\
- $(foreach c,0 1 2 3 4 5 6 7 8 9,x x x x x x x x x x)))
+_INT_LIMIT_WORDS := $(foreach a,x x,$(foreach b,x x x x x x x x x x x x x x x x,\
+ $(foreach c,x x x x x x x x x x x x x x x x,x x x x x x x x x x x x x x x x)))
define _int_encode
$(if $(filter $(words x $(_INT_LIMIT_WORDS)),$(words $(wordlist 1,$(1),x $(_INT_LIMIT_WORDS)))),\