diff options
author | Michael Limb <something15525@gmail.com> | 2013-11-12 01:34:21 -0800 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:39:20 +0100 |
commit | 1b5d9899970025d281253f39e944d218d133e5f9 (patch) | |
tree | aabd03d75a8420bf97978097f3e4c3b0f24d64d9 | |
parent | 296fa5c8e3dee9e81bd3cd396bf9581f7e027053 (diff) | |
download | device_samsung_tuna-1b5d9899970025d281253f39e944d218d133e5f9.zip device_samsung_tuna-1b5d9899970025d281253f39e944d218d133e5f9.tar.gz device_samsung_tuna-1b5d9899970025d281253f39e944d218d133e5f9.tar.bz2 |
tuna: update flag for dumpstate library
This is the new standard for HAL static libraries in 4.4
Change-Id: If8d931facd3ec6d48b769641c6c9a15a30ed6529
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b56f1dc..b23e4a3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -94,7 +94,7 @@ BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_FOLDER)/bluetooth -BOARD_LIB_DUMPSTATE := libdumpstate.tuna +BOARD_HAL_STATIC_LIBRARIES := libdumpstate.tuna # Security BOARD_USES_SECURE_SERVICES := true |