commit | 46e9beca50057bd4ff375b35fd5958c05ce5bcb7 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Wed May 27 19:41:07 2009 -0700 |
committer | Dima Zavin <dima@android.com> | Wed May 27 20:14:55 2009 -0700 |
tree | d1c6336ddc9172ba1049e7db88b71a0c3536ccd2 | |
parent | 8b70e8c6574e6e6e80aaa84fe1a9426995fa0a78 [diff] |
core: Add support for static libraries to include other whole static libs. Currently, if LOCAL_WHOLE_STATIC_LIBRARIES is specified, its values is ignored. This patch addresses this limitation and works as follows: For every whole lib specified, it extracts the archive into a sub-directory under the target lib's intermediate, and then seeds the initial target archive with all the members. Signed-off-by: Dima Zavin <dima@android.com>