forked from KFire-Android/android_device_amazon_otter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
28 lines (20 loc) · 771 Bytes
/
cm.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Setup device specific product configuration.
#
TARGET_BOOTANIMATION_NAME := vertical-600x1024
# Inherit some common cyanogenmod stuff.
$(call inherit-product-if-exists, vendor/cm/config/common_full_tablet_wifionly.mk)
# Inherit device configuration for Kindle Fire
$(call inherit-product, device/amazon/otter/full_otter.mk)
DEVICE_PACKAGE_OVERLAYS += device/amazon/otter/overlay/cm
PRODUCT_NAME := cm_otter
PRODUCT_DEVICE := otter
PRODUCT_BRAND := Android
PRODUCT_MODEL := Amazon Kindle Fire
PRODUCT_MANUFACTURER := Amazon
PRODUCT_RELEASE_NAME := KFire
# for CM we hold prebuilts of omap4xxx bins so we don't need omapzoom gits
PRODUCT_COPY_FILES += \
device/amazon/otter/prebuilt/omap4xxx/libion.so:/system/lib/libion.so \
PRODUCT_PACKAGES += \
su \