1
0
mirror of https://github.com/Moyster/o_vendor_mediatek synced 2024-06-17 01:28:33 +02:00
o_vendor_mediatek/board/common.mk

15 lines
252 B
Makefile
Raw Normal View History

2017-12-09 16:32:14 +01:00
# Disable dex pre-opt
WITH_DEXPREOPT := false
# GC tweak
PRODUCT_TAGS += dalvik.gc.type-precise
2017-12-23 05:55:32 +01:00
# SW Gatekeeper
BOARD_USE_SOFT_GATEKEEPER := true
# Fun with flags
BOARD_USES_MTK_HARDWARE := true
# Camera flags
TARGET_USES_NON_TREBLE_CAMERA := true