aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielhk <daniel.p6800@gmail.com>2017-12-23 12:55:32 +0800
committerMister Oyster <oysterized@gmail.com>2017-12-23 16:00:12 +0100
commit3219a844496b787808a184cfa478e516b23b4ae0 (patch)
tree56201248a5e5949ab0c94f0daea639ea3fb38d3f
parent786135960d06d76799c635ba0c22942ed0a50d99 (diff)
Use software gatekeeper
-rw-r--r--board/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/common.mk b/board/common.mk
index 4549089..86ff713 100644
--- a/board/common.mk
+++ b/board/common.mk
@@ -4,6 +4,9 @@ WITH_DEXPREOPT := false
# GC tweak
PRODUCT_TAGS += dalvik.gc.type-precise
+# SW Gatekeeper
+BOARD_USE_SOFT_GATEKEEPER := true
+
# Fun with flags
BOARD_USES_MTK_HARDWARE := true