diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-16 21:36:29 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-22 11:54:16 +0200 |
commit | f7d5490b5552c544d5c58f88938f20194f50e0ca (patch) | |
tree | 605d219d66b798484084af0a30308159e2a075b8 | |
parent | 1a8b211f7174c94fb25570a1c2a6318ffebe87db (diff) |
msm8996-common: Drop TARGET_CONTINUOUS_SPLASH_ENABLED.
* No references were found in system, framework or hardware.
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 92f14ad..b56321f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -112,7 +112,6 @@ WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true # Display BOARD_USES_ADRENO := true -TARGET_CONTINUOUS_SPLASH_ENABLED := true MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_C2D_COMPOSITION := true |