diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2017-11-19 11:17:04 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:27 +0100 |
commit | b9023d97bab4963e23e3ffaed4d10b4eff15b238 (patch) | |
tree | fd41551b4ac56233c1480b4226ad2c2e863210de | |
parent | 885ba5dd504d80282a1abc3f2f1eeb5ff0732d61 (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>
-rw-r--r-- | BoardConfigCommon.mk | 3 |
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 |