Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28a13d0d authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Allow PRODUCT_FULL_TREBLE_OVERRIDE to be false." am: 0f56f197

am: 05e43e60

Change-Id: I4976f161116cd3b890971a3e0c9efd2f08065e60
parents 79624860 05e43e60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -329,8 +329,8 @@ endif

# Boolean variable determining if Treble is fully enabled
PRODUCT_FULL_TREBLE := false
ifeq ($(PRODUCT_FULL_TREBLE_OVERRIDE),true)
  PRODUCT_FULL_TREBLE := true
ifneq ($(PRODUCT_FULL_TREBLE_OVERRIDE),)
  PRODUCT_FULL_TREBLE := $(PRODUCT_FULL_TREBLE_OVERRIDE)
else ifeq ($(PRODUCT_SHIPPING_API_LEVEL),)
  #$(warning no product shipping level defined)
else ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),26),)