From dfa5f67d8dda796489b87515ba72a46c9ec72231 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Wed, 21 Jun 2023 15:25:49 +0000 Subject: [PATCH] vendor: Ship ih8sn only for dev and stable --- config/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 32ef9ca..dd938fe 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 -- GitLab