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

Commit 01efd7e8 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Use build_number from file"

parents 86d5fc28 06e04f76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ aaptHostStaticLibs := \
    libziparchive-host \
    libbase

aaptCFlags := -DAAPT_VERSION=\"$(BUILD_NUMBER)\"
aaptCFlags := -DAAPT_VERSION=\"$(BUILD_NUMBER_FROM_FILE)\"
aaptCFlags += -Wall -Werror

ifeq ($(HOST_OS),linux)