Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true

# Ubuntu Touch additional properties
PRODUCT_PROPERTY_OVERRIDES += \
ubuntu.widi.supported=1

# init scripts
PRODUCT_PACKAGES += \
init.disabled.rc \
init.halium.rc \
vndk-detect \
on-post-data.sh

# Custom Charge Animation
PRODUCT_PACKAGES += \
charger_res_images

# Keymaster
PRODUCT_PACKAGES += \
Expand Down