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

Commit 882d539d authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Jonathan Klee
Browse files

vendor: Ship ih8sn only for dev and stable

parent 90c44bb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ PRODUCT_COPY_FILES += \
    $(VENDOR_PATH)/config/permissions/eos-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/eos-allowlist.xml

# SafetyNet compatibility
ifneq (test,$(RELEASE_TYPE))
ifneq ($(filter stable dev,$(RELEASE_TYPE)),)
  # Ship ih8sn on dev & stable builds
  INCLUDE_IH8SN ?= true
endif