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

Commit 47fa46d6 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Merge branch 'v1-t-595-partner-builds' into 'v1-t'

T: adding partner

See merge request !163
parents 4b0eb2c3 8a686671
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