Android: fix assets cleanup

master
Loïc Blot 2018-06-11 19:18:34 +02:00 committed by GitHub
parent 409d04324f
commit 956a0ba180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \