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

Commit 06e04f76 authored by Colin Cross's avatar Colin Cross
Browse files

Use build_number from file

Improve incremental ninja builds by keeping the command line the same
across builds.

Change-Id: If9dfcee74a4d282c183f9669e14a89104c115a71
parent 10653cef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ aaptHostStaticLibs := \
    libziparchive-host \
    libbase

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

ifeq ($(HOST_OS),linux)