Skip to content

Commit

Permalink
a3xelte: Add boot animation configuration
Browse files Browse the repository at this point in the history
Change-Id: I9e081ccac916482b49f1a35bee5cdeb17aec865c
  • Loading branch information
danwood76 authored and Stricted committed Aug 12, 2019
1 parent 0829adf commit 8da9a22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ LOCAL_PATH := device/samsung/a3xelte

$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)

# Boot animation
TARGET_BOOTANIMATION_PRELOAD := true
TARGET_BOOTANIMATION_TEXTURE_CACHE := true
TARGET_SCREEN_HEIGHT := 1080
TARGET_SCREEN_WIDTH := 720

# Bluetooth
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
Expand Down

0 comments on commit 8da9a22

Please sign in to comment.