diff options
author | Sundong Ahn <sundongahn@google.com> | 2018-12-17 16:40:39 +0900 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-25 14:48:43 +0100 |
commit | 148b8cf6ccc5f82ae88d7d5d5c1ef02f89c5659e (patch) | |
tree | 46bec900368e67f424e3bea0ffb385ea71fa0caf /BoardConfigCommon.mk | |
parent | 504baeed4c68f3549f36549a4b4c518acd65e2f4 (diff) |
msm8996-common: Add system properties for surfaceflinger
The configstore will be not used in surfaceflinger. So surfaceflinger
will use the system properties instead of configstore.
For this, the system properties are added.
Bug: 112386364
Test: m -j && boot test
Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a26280b..4715672 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -131,9 +131,6 @@ MAX_EGL_CACHE_SIZE := 2048*1024 OVERRIDE_RS_DRIVER := libRSDriver_adreno.so -VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 -SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 - # DRM TARGET_ENABLE_MEDIADRM_64 := true |