• David 'Digit' Turner's avatar
    Look for Android.mk in $(APP_PROJECT_PATH)/jni by default. · 25f47bc0
    David 'Digit' Turner authored
    This gets rid of the 'sources' directory and allows all sources
    of a given Android application to be in the same directory tree
    without using a symlink trick.
    
    Note that apps/<name>/Application.mk is still required though.
    A later release of the NDK will get rid of it too, but the change
    is too drastic for the upcoming release.
    
    The change moves various source files from sources into their
    app/<name>/project/jni directory as well.
    
    The whole documentation is updated to reflect the change.
    25f47bc0
README.TXT 1.32 KB