summaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorChia-I Wu <olv@google.com>2017-04-24 13:49:38 -0700
committerChia-I Wu <olv@google.com>2017-05-23 14:04:59 -0700
commite24fae65f518e6f21e033e42bc245fad0f38451b (patch)
tree935c755bf68d4f26ef38e17d4d2d1c20b9406332 /BoardConfigCommon.mk
parent18b69b4ecca4206de7a9a056e2547f9fb2fd1f1c (diff)
downloadhikey-e24fae65f518e6f21e033e42bc245fad0f38451b.tar.gz
Enable binderized graphics allocator
Bug: 37550237 Test: boots to launcher Change-Id: I0b34a6dc87d33f37fffee000b020d78e754d827c
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 10356bb8..977829b3 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -36,6 +36,8 @@ TARGET_USERIMAGES_USE_EXT4 := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_USE_PAN_DISPLAY := true
+SF_START_GRAPHICS_ALLOCATOR_SERVICE := true
+
# enable to use the CPUSETS feature
ENABLE_CPUSETS := true
ENABLE_SCHEDBOOST := true