OSDN Git Service

build: Fix failed to assign a module name different with it's file name to a prebuilt...
authorDaniel Tsai <daniel_tsai@htc.com>
Thu, 17 Oct 2013 08:20:56 +0000 (16:20 +0800)
committerYing Wang <wangying@google.com>
Fri, 6 Dec 2013 18:01:05 +0000 (10:01 -0800)
commitd54129e3db9a8ece3d0782c0f931a72c6510ebad
treeadc3ed1cbe30b00dcd03ba973082124de6ce3edc
parent87286198486fb43b35b6dcf8c64ca32a2ec60432
build: Fix failed to assign a module name different with it's file name to a prebuilt module

Build system can not find the dependent library if assigning a
multi-prebuilt which module name is different with it's library
file name as following:
    PREBUILT_LIBS := libabc_debug:libabc.a

Change-Id: I05bdc8cebcabf74195198e3cefa1b8923f87d406
core/multi_prebuilt.mk