-
David 'Digit' Turner authored
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
2454d616