I have many cpp files in my android.mk,every times I add a cpp to Android.mk,it compiles all cpp,it's a lot of wasting time,so I need a way to Incremental compile.
            Asked
            
        
        
            Active
            
        
            Viewed 452 times
        
    2
            
            
        - 
                    1The solution is to write your own makefile: http://stackoverflow.com/questions/4328345/android-ndk-incremental-build – Jyaif Sep 12 '12 at 23:38