Android: fix clean_assets target

This commit is contained in:
Loic Blot 2018-06-11 19:13:56 +02:00
parent 9dfe9be1f3
commit 289c8dfde5
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,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 \