Gradle Sync not rerunning unmodified Android.mk -


so have android.mk makefile sets local_src_files wildcard don't have change every time add new file. though when run gradle sync, doesn't pick on new files. when modify android.mk find new files.

my question: there way force gradle rerun android.mk file scratch?

file_list := $(wildcard $(local_path)/../../../classes/*.cpp) local_src_files := hellocpp/main.cpp local_src_files += $(file_list:$(local_path)/%=%) 


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -