From 1b0cf721a305fca7336b0d2bf62dc33a06e0f660 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Wed, 27 Apr 2022 14:47:25 +0200 Subject: [PATCH 1/2] Ship ih8sn for dev builds also --- config/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index df8bbdb..e4a143c 100644 --- a/config/common.mk +++ b/config/common.mk @@ -24,7 +24,8 @@ PRODUCT_COPY_FILES += \ $(VENDOR_PATH)/config/permissions/eos-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/eos-allowlist.xml # SafetyNet compatibility -ifeq (stable,$(RELEASE_TYPE)) +ifneq (test,$(RELEASE_TYPE)) + # Ship ih8sn on dev & stable builds INCLUDE_IH8SN ?= true endif -- GitLab From c6d34495a0be863bee456ba41377c0b08a137288 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Wed, 27 Apr 2022 14:48:27 +0200 Subject: [PATCH 2/2] Add sunfish (Pixel 4a) ih8sn config --- config/ih8sn/ih8sn_sunfish.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/ih8sn/ih8sn_sunfish.conf diff --git a/config/ih8sn/ih8sn_sunfish.conf b/config/ih8sn/ih8sn_sunfish.conf new file mode 100644 index 0000000..2648238 --- /dev/null +++ b/config/ih8sn/ih8sn_sunfish.conf @@ -0,0 +1,3 @@ +BUILD_SECURITY_PATCH_DATE=2022-03-05 +BUILD_FINGERPRINT=google/sunfish/sunfish:12/SP2A.220305.012/8177914:user/release-keys +DEBUGGABLE=0 -- GitLab