-
Notifications
You must be signed in to change notification settings - Fork 4
/
p350.mk
executable file
·35 lines (28 loc) · 1.46 KB
/
p350.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
28
29
30
31
32
33
34
35
PRODUCT_AAPT_CONFIG := normal ldpi
PRODUCT_AAPT_PREF_CONFIG := ldpi
$(call inherit-product, device/lge/msm7x27-common/device.mk)
$(call inherit-product-if-exists, vendor/lge/p350/p350-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/lge/p350/overlay
PRODUCT_COPY_FILES += \
device/lge/p350/configs/7k_handset.kl:system/usr/keylayout/7k_handset.kl \
device/lge/p350/configs/qwerty.kl:system/usr/keylayout/qwerty.kl \
device/lge/p350/configs/touch_mcs7000.kl:system/usr/keylayout/touch_mcs7000.kl \
device/lge/p350/configs/keychars/touch_mcs7000.kcm.bin:system/usr/keychars/touch_mcs7000.kcm.bin \
device/lge/p350/configs/AVRCP.kl:system/usr/keylayout/AVRCP.kl \
device/lge/p350/configs/idc/synaptics-rmi-touchscreen.idc:system/usr/idc/synaptics-rmi-touchscreen.idc \
device/lge/p350/configs/idc/synaptics.idc:system/usr/idc/synaptics.idc \
device/lge/p350/configs/idc/touch_mcs7000.idc:system/usr/idc/touch_mcs7000.idc
# Live wallpapers
PRODUCT_COPY_FILES += packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml
PRODUCT_PACKAGES += \
LiveWallpapers \
LiveWallpapersPicker \
VisualizationWallpapers \
librs_jni
# Full-featured build of the Open-Source
$(call inherit-product, build/target/product/full.mk)
PRODUCT_NAME := p350
PRODUCT_DEVICE := p350
PRODUCT_MODEL := LG-P350
PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0