History log of /ndk/build/awk/extract-platform.awk
Revision Date Author Comments
96f29ea31bbcdffad4e4ce29f854f40dec008a72 19-Aug-2011 David 'Digit' Turner <digit@android.com> Support project.properties file in project path.

This patch modifies the NDK build system to support a file
named 'project.properties' in the application's project directory
to hold the value of the target platform.

If the file is not present, 'default.properties' will be searched
instead.

This patch is in preparation of future changes to the SDK tools,
which will rename/split default.properties and build.properties.

Change-Id: I17da187f495a2dec21b1b8c7cbfd716ae7878f8b
0b2676bac67c271de9989357f6e3b2e762a7adf1 27-Apr-2010 David 'Digit' Turner <digit@google.com> Add --start, --launch=<name> and --launch-list options to ndk-gdb.

Move all awk scripts to build/awk/ and rework them a bit

Add build/awk/xmlparser.awk to parse XML files into something that
is easier to process with awk. Its output is used by several
scripts now (extract-debuggable.awk, extract-package-name.awk and
the new extract-launchable.awk).

Also update documentation.

Change-Id: I50507abbb2b438aeea25a4e0521e6bf69ad86603