diff --git a/config/common.mk b/config/common.mk index e39104a3552a276b858c5876d541d352913ca006..d9c6a63a49ed397541e33914cd7edb07d07fe40e 100644 --- a/config/common.mk +++ b/config/common.mk @@ -30,8 +30,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)) - # Ship ih8sn on dev & stable builds +ifeq (stable,$(RELEASE_TYPE)) INCLUDE_IH8SN ?= true endif