I have two projects:
class
*.cpp
project1
jni
obj
build.sh
project2
jni
obj
build.sh
Two projects use the same cpp files, but when I build jni,they create two obj directory in project1/project2, any way to let another project don't compile again?