Back to r26d, and pin the timezome to get SOURCE_DATE_EPOCH to work correctly.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 7m16s

This commit is contained in:
Cory McWilliams 2024-08-04 09:54:33 -04:00
parent aabbb10564
commit 5447b247a0

View File

@ -23,6 +23,7 @@ HAVE_WIN := 0
ifeq ($(shell test -d .git && which git > /dev/null && echo 1),1) ifeq ($(shell test -d .git && which git > /dev/null && echo 1),1)
export SOURCE_DATE_EPOCH=$(shell git log -1 --pretty=%ct) export SOURCE_DATE_EPOCH=$(shell git log -1 --pretty=%ct)
export TZ=UTC
endif endif
ifeq ($(UNAME_S),Darwin) ifeq ($(UNAME_S),Darwin)
@ -71,7 +72,7 @@ ANDROID_MIN_SDK_VERSION := 24
ANDROID_TARGET_SDK_VERSION := 34 ANDROID_TARGET_SDK_VERSION := 34
ANDROID_BUILD_TOOLS := $(ANDROID_SDK)/build-tools/34.0.0 ANDROID_BUILD_TOOLS := $(ANDROID_SDK)/build-tools/34.0.0
ANDROID_PLATFORM := $(ANDROID_SDK)/platforms/android-$(ANDROID_TARGET_SDK_VERSION) ANDROID_PLATFORM := $(ANDROID_SDK)/platforms/android-$(ANDROID_TARGET_SDK_VERSION)
ANDROID_NDK ?= $(ANDROID_SDK)/ndk/27.0.12077973 ANDROID_NDK ?= $(ANDROID_SDK)/ndk/26.2.11394342
ANDROID_ARMV7A_TARGETS := \ ANDROID_ARMV7A_TARGETS := \
out/androiddebug-armv7a/tildefriends \ out/androiddebug-armv7a/tildefriends \