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

Commit 5b32bb5b authored by Jackeagle's avatar Jackeagle
Browse files

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

parent 279f5101
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 partner,$(LINEAGE_BUILDTYPE)),)
ifeq ($(filter test community official partner,$(LINEAGE_BUILDTYPE)),)
    LINEAGE_BUILDTYPE := UNOFFICIAL
    LINEAGE_EXTRAVERSION :=
endif