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

Commit 1f7bf445 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Products launching with API 28 needs system-as-root"

parents 73b009e9 ed3b1ca1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -843,6 +843,11 @@ ifdef PRODUCT_SHIPPING_API_LEVEL
        $(error When PRODUCT_SHIPPING_API_LEVEL >= 28, TARGET_USES_64_BIT_BINDER must be true)
      endif
    endif
    ifeq ($(PRODUCT_FULL_TREBLE),true)
      ifneq ($(BOARD_BUILD_SYSTEM_ROOT_IMAGE), true)
        $(error When PRODUCT_SHIPPING_API_LEVEL >= 28, BOARD_BUILD_SYSTEM_ROOT_IMAGE must be true)
      endif
    endif
  endif
endif