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

Commit ff0df7ed authored by Alexandre Roux's avatar Alexandre Roux
Browse files

adding partner build type

parent ee6efe00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ ifndef LINEAGE_BUILDTYPE
endif

# Filter out random types, so it'll reset to UNOFFICIAL
ifeq ($(filter test dev stable,$(LINEAGE_BUILDTYPE)),)
ifeq ($(filter test dev stable partner,$(LINEAGE_BUILDTYPE)),)
    LINEAGE_BUILDTYPE := UNOFFICIAL
    LINEAGE_EXTRAVERSION :=
endif