Skip to content
Open
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions products/ioap_m8.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Check for target product
ifeq (ioap_m8,$(TARGET_PRODUCT))

# OVERLAY_TARGET adds overlay asset source
OVERLAY_TARGET := pa_xxhdpi

# Add bluefa1con bootanim
PRODUCT_COPY_FILES += \
vendor/ioap/prebuilt/1080x1920/bootanimation.zip:system/media/bootanimation.zip

# include PAC common configuration
include vendor/ioap/config/ioap_common.mk

# Inherit CM device configuration
$(call inherit-product, device/htc/m8/cm.mk)

PRODUCT_NAME := ioap_m8

endif
1 change: 1 addition & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ add_lunch_combo ioap_jewel-userdebug
add_lunch_combo ioap_m7-userdebug
add_lunch_combo ioap_m7spr-userdebug
add_lunch_combo ioap_m7vzw-userdebug
add_lunch_combo ioap_m8-userbebug
add_lunch_combo ioap_pyramid-userdebug
add_lunch_combo ioap_ruby-userdebug
add_lunch_combo ioap_ville-userdebug
Expand Down