diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-04-09 23:38:58 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-10 20:30:22 +0200 |
commit | 2cfeaeaf1b5bc3ae120bf2704bc39ab1fb89c316 (patch) | |
tree | 53705aa704d5177975bdc2f741f76bb09de40452 | |
parent | 68bfbbc68600f14d7339dfe1ceeb7aa836c70107 (diff) |
msm8996-common: Drop useless CNE related flag
* Nothing in the OSS bits takes it into account.
Change-Id: I6f949a12c643810cb1fba764bf13abb30e5dd88c
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 302eb9e..80021c1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -100,9 +100,6 @@ USE_DEVICE_SPECIFIC_CAMERA := true BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_DISABLE_INIT_BLANK := true -# CNE and DPM -BOARD_USES_QCNE := true - # Dex ifeq ($(HOST_OS),linux) ifneq ($(TARGET_BUILD_VARIANT),eng) |