OSDN Git Service

Support for LOCAL_HAL_STATIC_LIBRARIES
authorYing Wang <wangying@google.com>
Tue, 13 Aug 2013 19:35:10 +0000 (12:35 -0700)
committerYing Wang <wangying@google.com>
Tue, 13 Aug 2013 20:48:04 +0000 (13:48 -0700)
commit285045bd83548196aa3695423c6cd500ebe6d6c1
tree5cfbe8de71f6b8283cc3ac9ca76e054af7d67c03
parent5e1e791f3aaf6661ff4a21fe5b00f264057e862d
Support for LOCAL_HAL_STATIC_LIBRARIES

Now you can have a board config variable BOARD_HAL_STATIC_LIBRARIES,
which is a list of board-specific HAL static library names with pattern
"lib<library_name>.<board_specific_suffix>". LOCAL_HAL_STATIC_LIBRARIES
is a list of "lib<library_name>" and any matched
BOARD_HAL_STATIC_LIBRARIES will be added to the LOCAL_STATIC_LIBRARIES;
if no match is found, lib<library_name>.default will be used.

Bug: 10262105
Change-Id: Ic89d8d417d1dd65a227e4187a157fd3b77c4af34
core/binary.mk
core/clear_vars.mk