diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2017-03-03 02:59:37 -0800 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2017-03-03 02:59:37 -0800 |
| commit | 3ad2e7c85602d2590c7ab6d9ed0b62b8a045897d (patch) | |
| tree | 12b811150de9975aa8759873f25aa0f188f45e92 | |
| parent | 93c2d812ae568ac9534e37e16742a966fafa712e (diff) | |
v20: set screen resolution
Change-Id: Iee45e716cd17b860cb1c1956e6e7e9765babe0da
Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
| -rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5c5ccbb..6f13532 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -18,6 +18,10 @@ # inherit from common msm8996 -include device/lge/msm8996-common/BoardConfigCommon.mk +# Boot animation +TARGET_SCREEN_HEIGHT := 2560 +TARGET_SCREEN_WIDTH := 1440 + # Display TARGET_USES_HWC2 := false |
