diff --git a/device.mk b/device.mk index 6efd953..340b1f0 100644 --- a/device.mk +++ b/device.mk @@ -14,4 +14,8 @@ # limitations under the License. # +# Boot animation +TARGET_SCREEN_HEIGHT := 2400 +TARGET_SCREEN_WIDTH := 1080 + PRODUCT_SHIPPING_API_LEVEL := 30 \ No newline at end of file