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

Commit bf045f4b authored by Jackeagle's avatar Jackeagle
Browse files

eos: Refactor /dev -> /community and /stable -> /official

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

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