Skip to content

Commit

Permalink
Merge "Keep PRODUCT_FULL_TREBLE to true even when some requirements a…
Browse files Browse the repository at this point in the history
…re not met"
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Nov 14, 2017
2 parents 5d60cd2 + 55e17a7 commit 8a89848
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,6 @@ requirements := \
# PRODUCT_FULL_TREBLE
$(foreach req,$(requirements),$(eval \
$(req) := $(if $($(req)_OVERRIDE),$($(req)_OVERRIDE),$(PRODUCT_FULL_TREBLE))))
# If the requirement is false for any reason, then it's not PRODUCT_FULL_TREBLE
$(foreach req,$(requirements),$(eval \
PRODUCT_FULL_TREBLE := $(if $(filter false,$($(req))),false,$(PRODUCT_FULL_TREBLE))))

.KATI_READONLY := \
$(requirements) \
Expand Down

0 comments on commit 8a89848

Please sign in to comment.