diff options
author | LuK1337 <priv.luk@gmail.com> | 2019-09-25 18:42:24 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-25 14:48:43 +0100 |
commit | c9907c0fd9598bd235568571b128d4478a1ef5fb (patch) | |
tree | 621e6ade29138d6f96d2425bdf61a9d86edf7c5d /BoardConfigCommon.mk | |
parent | 148b8cf6ccc5f82ae88d7d5d5c1ef02f89c5659e (diff) |
msm8996-common: Convert remaining configstore settings to props
Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4715672..10884af 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -117,8 +117,6 @@ endif WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true # Display -MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 -TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_C2D_COMPOSITION := true TARGET_USES_GRALLOC1 := true TARGET_USES_HWC2 := true |