OSDN Git Service

build: Fix including WHOLE_STATIC_LIBRARIES in static libraries
authorColin Cross <ccross@android.com>
Tue, 4 May 2010 22:42:22 +0000 (15:42 -0700)
committerEd Heyl <edheyl@google.com>
Wed, 5 May 2010 01:09:56 +0000 (18:09 -0700)
commit9ca2164414713424d55383292511d8841facf4fc
tree59b0382683414ca02a1f3b2a70379315af2772f9
parent93b016008f1614a2475b230bae2c9283bfba3c5a
build: Fix including WHOLE_STATIC_LIBRARIES in static libraries

Static libraries that include other static libraries were being incorrectly
built with .a files inside the top level .a file, as well as the .o files
that were extracted from the component .a files.  This patch fixes the
final ar call to only add .o files to the archive.

Change-Id: Ic1ff025129e3c379fa56b4da2f09e9f16ea3c4fb
core/definitions.mk