diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-12-07 23:02:55 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-12-07 23:02:55 +0100 |
commit | 3d2baedc807bfde85698ee62efc2a8956092f8e2 (patch) | |
tree | 77b4cc49bd838e1bf2443ac26b1db41abd435fc0 | |
parent | f2d78c4bfee27823cea5e799e3fb5d4a46037841 (diff) | |
download | device_samsung_smdk4412-common-replicant-6.0-mainline.zip device_samsung_smdk4412-common-replicant-6.0-mainline.tar.gz device_samsung_smdk4412-common-replicant-6.0-mainline.tar.bz2 |
set TARGET_USES_LOGD := truereplicant-6.0-mainline
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rwxr-xr-x | BoardCommonConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 348f2a4..1da07a1 100755 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -166,5 +166,7 @@ BOARD_HAL_STATIC_LIBRARIES := libhealthd.exynos4 # LPM Battery Percentage BOARD_CHARGER_SHOW_PERCENTAGE := true +TARGET_USES_LOGD := true + # inherit from the proprietary version -include vendor/samsung/smdk4412-common/BoardConfigVendor.mk |