diff --git a/config/common.mk b/config/common.mk index 34d90ce7c168796624be3a84122c6ac3d3f58765..a471da847ba72655e668c46fe65ecd91e3499a05 100644 --- a/config/common.mk +++ b/config/common.mk @@ -88,8 +88,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