diff options
| author | André Pinela <sheffzor@gmail.com> | 2016-09-15 11:51:52 +0000 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2016-09-20 22:32:08 +0000 |
| commit | 2517d022a8ab9bf5c068e6070f90245eede3cbab (patch) | |
| tree | eb07469df8faaa25a5dade5a94f6aabe6636eb53 | |
| parent | cdbbce70298a052dea03f816fe0653a84905eedb (diff) | |
grouper: move BOARD_HAL_STATIC_LIBRARIES to BoardConfigCommon
Change-Id: Idde984eb85412b23d1204572b5d9f9f51d0d5fdf
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 2616e4a..6652dc7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -BOARD_HAL_STATIC_LIBRARIES := libdumpstate.grouper - TARGET_RELEASETOOLS_EXTENSIONS := device/asus/grouper -include vendor/asus/grouper/BoardConfigVendor.mk diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ef69eef..58f144b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -72,6 +72,9 @@ BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/asus/grouper/bluetooth +# Dump State +BOARD_HAL_STATIC_LIBRARIES := libdumpstate.grouper + # Security BOARD_USES_SECURE_SERVICES := true BOARD_SEPOLICY_DIRS += device/asus/grouper/sepolicy |
