diff --git a/config/common.mk b/config/common.mk index 32ef9ca058bf5d6ea4fd6039b29315bfda38a045..dd938fee5de989679616dc29023ae3ca03b54ce6 100644 --- a/config/common.mk +++ b/config/common.mk @@ -81,7 +81,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