aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2013-04-17 16:45:43 +0200
committerDavid 'Digit' Turner <digit@android.com>2013-04-23 16:17:53 +0200
commit2454d616a21ad5d1382b0c0615e6ead399433cc5 (patch)
tree7330a3792205ffb2aaf6bbcc5b0f2455a84d072d /.gitignore
parentb5095d193e952278d97928dfb95f395773d8868e (diff)
downloadndk-2454d616a21ad5d1382b0c0615e6ead399433cc5.tar.gz
ndk-depends: New host tool to print ELF library dependencies.
This patch introduces a new host tool used to print the dynamic library dependencies of a given ELF binary (shared library or executable only). Note the following: - Supports either 32-bit or 64-bit binaries. - Supports either little-endian or big-endian. - On Windows, built as a Unicode application. See --help for more details. + Add build/tools/build-ndk-depends.sh + Add --program-name option to build-ndk-stack.sh to avoid duplicating too much shell script code. build-ndk-depends.sh is just a wrapper that uses --program-name=ndk-depends. + Rename ndk-stack's GNUMakefile to the correct "GNUmakefile" so 'make' can be invoked directly in its source directory. + Modify build-host-prebuilts.sh to include ndk-depends too. BUG=53486 Change-Id: I3b4a7186077e1a7b36bee4ed3341c9b63cf13719
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8e1231414..37274a7e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ samples/
platforms/
toolchains/*/prebuilt/
/ndk-stack*
+/ndk-depends*
prebuilt/