diff --git a/config/common.mk b/config/common.mk index 8b4e965451bc8cd7882dec85c330d361623990de..12fb003e0fa6a93a02f14a2f4faf09cd4a6670a1 100644 --- a/config/common.mk +++ b/config/common.mk @@ -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