diff --git a/config/common.mk b/config/common.mk index 27bb464448b15fa37c89a9bf27eb93d217abbb29..2984ea4ec86d5c800c8aa49d1a42f43476ad4581 100644 --- a/config/common.mk +++ b/config/common.mk @@ -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 ($(filter stable dev,$(RELEASE_TYPE)),) +ifneq ($(filter stable dev partner,$(RELEASE_TYPE)),) # Ship ih8sn on dev & stable builds INCLUDE_IH8SN ?= true endif