diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-09 16:42:50 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-09 16:42:50 +0100 |
| commit | 2ce392a7e4d1ce4a52ae68491824a34ee0c73bee (patch) | |
| tree | 8940d88aea088cedc91456c53cdca9ef17571ff5 /board | |
| parent | 1a11351c809423645acd7d52f1e4ef261549839d (diff) | |
flags: add TARGET_USES_NON_TREBLE_CAMERA
Diffstat (limited to 'board')
| -rw-r--r-- | board/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/common.mk b/board/common.mk index 9c874f9..4549089 100644 --- a/board/common.mk +++ b/board/common.mk @@ -6,3 +6,6 @@ PRODUCT_TAGS += dalvik.gc.type-precise # Fun with flags BOARD_USES_MTK_HARDWARE := true + +# Camera flags +TARGET_USES_NON_TREBLE_CAMERA := true |
