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
Post a Comment