Commit ef858677 authored by fire855's avatar fire855
Browse files

Don't change platform version codename...

This breaks for example the platform API detection of android studio
Default value is REL which stands for release. No need for any change
parent 062c9be1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ MADOS_VERSION = 1.0

ifndef MADOS_BUILD_TYPE
    MADOS_BUILD_TYPE := OFFICIAL
    PLATFORM_VERSION_CODENAME := OFFICIAL
endif

MADOS_MOD_VERSION := madOS-$(MADOS_VERSION)-$(shell date -u +%Y%m%d)-$(MADOS_BUILD_TYPE)