aboutsummaryrefslogtreecommitdiff
path: root/board/common.mk
blob: 45490890a16f4a47619578850b34cb2fb04a071d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Disable dex pre-opt
WITH_DEXPREOPT := false

# GC tweak
PRODUCT_TAGS += dalvik.gc.type-precise

# Fun with flags
BOARD_USES_MTK_HARDWARE := true

# Camera flags
TARGET_USES_NON_TREBLE_CAMERA := true