Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c38b7b14 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Jonathan Klee
Browse files

vendor: Ship ih8sn only for dev and stable

parent df87e4e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ DEVICE_PACKAGE_OVERLAYS += \
    $(VENDOR_PATH)/overlay

# SafetyNet compatibility
ifneq (test,$(RELEASE_TYPE))
ifneq ($(filter stable dev,$(RELEASE_TYPE)),)
  # Ship ih8sn on dev & stable builds
  INCLUDE_IH8SN ?= true
endif