Allow building for F-Droid

This commit is contained in:
Miguel Horta
2022-04-19 14:54:08 +01:00
committed by pelya
parent adbe81a060
commit a92f6cf9b8
12 changed files with 56 additions and 55 deletions

View File

@@ -13,6 +13,10 @@ ifneq ($(filter r1 r2 r3 r4 r5 r6 r7 r8,$(NDK_VERSION)),)
$(error Your NDK $(NDK_VERSION) is too old, please download NDK from http://developer.android.com)
endif
ifdef ANDROID_NDK_HOME
NDK_PATH := $(ANDROID_NDK_HOME)
else
NDK_PATH := $(shell dirname $(shell which ndk-build))
endif
include $(call all-subdir-makefiles)