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

Commit 86f4389b authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Merge branch 'v1-s-595-partner-builds' into 'v1-s'

S:adding partner build

See merge request !102
parents e555779d 17d5ce15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ 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,$(RELEASE_TYPE)),)
ifneq ($(filter stable dev partner,$(RELEASE_TYPE)),)
  # Ship ih8sn on dev & stable builds
  INCLUDE_IH8SN ?= true
endif