From 956a0ba180883eb31f504b27577073a949fe7b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Mon, 11 Jun 2018 19:18:34 +0200 Subject: [PATCH] Android: fix assets cleanup --- build/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/Makefile b/build/android/Makefile index 1d6df6e7d168..9d3c818101ee 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -771,7 +771,7 @@ assets : $(ASSETS_TIMESTAMP) fi clean_assets : - @$(RM) -r assets + @$(RM) -r ${APP_ROOT}/assets apk: local.properties assets $(ICONV_LIB) $(IRRLICHT_LIB) $(CURL_LIB) $(GMP_LIB) $(LEVELDB_TARGET) \ $(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ANDR_ROOT)/jni/src/android_version.h \