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

Commit 630c33b5 authored by Jackeagle's avatar Jackeagle
Browse files

Merge branch '1940-s-refactor-dev-stable-references' into 'v1-s'

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

See merge request !142
parents 0fa25bf7 70f269d7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -88,8 +88,8 @@ PRODUCT_COPY_FILES += \
    $(VENDOR_PATH)/config/permissions/eos-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/eos-allowlist.xml
    $(VENDOR_PATH)/config/permissions/eos-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/eos-allowlist.xml


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