aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2017-11-19 11:17:04 +0800
committerDavide Garberi <dade.garberi@gmail.com>2017-11-24 19:41:27 +0100
commitb9023d97bab4963e23e3ffaed4d10b4eff15b238 (patch)
treefd41551b4ac56233c1480b4226ad2c2e863210de /BoardConfigCommon.mk
parent885ba5dd504d80282a1abc3f2f1eeb5ff0732d61 (diff)
msm8996-common: Nuke BOARD_USES_QC_TIME_SERVICES flag
* The framework did exact the same thing as TimeService.apk, so there's no reason to keep it, and it's not ported to O. Change-Id: I74abc65468e983732bccde571003235891379463 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 29f80da..7cf56c2 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -184,9 +184,6 @@ TARGET_USERIMAGES_USE_F2FS := true
include device/qcom/sepolicy/sepolicy.mk
BOARD_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy
-# Timeservice
-BOARD_USES_QC_TIME_SERVICES := true
-
# Use Snapdragon LLVM, if available
TARGET_USE_SDCLANG := true