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

Commit f6d6903a authored by Jackeagle's avatar Jackeagle
Browse files

lineage: Refactor /dev -> /community and /stable -> /official

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


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