-
Notifications
You must be signed in to change notification settings - Fork 6
/
full_keon.mk
39 lines (33 loc) · 1.51 KB
/
full_keon.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
36
37
38
39
include device/qcom/msm7627a/msm7627a.mk
PRODUCT_COPY_FILES := \
device/geeksphone/keon/touch.idc:system/usr/idc/elan-touchscreen.idc \
device/geeksphone/keon/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
device/geeksphone/keon/vold.fstab:system/etc/vold.fstab \
device/geeksphone/keon/gps.conf:system/etc/gps.conf \
device/geeksphone/keon/media_profiles.xml:system/etc/media_profiles.xml \
device/geeksphone/keon/init/init.rc:root/init.rc \
device/geeksphone/keon/init/init.target.rc:root/init.target.rc \
device/geeksphone/keon/init/init.qcom.usb.rc:root/init.qcom.usb.rc \
device/geeksphone/keon/init/ueventd.rc:root/ueventd.rc \
device/geeksphone/keon/audio.conf:system/etc/bluetooth/audio.conf \
device/geeksphone/keon/init.qcom.post_boot.sh:system/etc/init.qcom.post_boot.sh \
device/geeksphone/keon/prebuilt/fix_marketplace.sh:system/xbin/fix_marketplace.sh
$(call inherit-product-if-exists, vendor/geeksphone/keon/vendor-blobs.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
PRODUCT_PROPERTY_OVERRIDES += \
ro.moz.cam.0.sensor_offset=270 \
ro.moz.ril.emergency_by_default=true \
ro.moz.omx.hw.max_width=640 \
ro.moz.omx.hw.max_height=360 \
ro.moz.fm.noAnalog=true
PRODUCT_PACKAGES += \
librecovery \
busybox
# Discard inherited values and use our own instead.
PRODUCT_NAME := full_keon
PRODUCT_DEVICE := keon
PRODUCT_BRAND := qcom
PRODUCT_MANUFACTURER := GEEKSPHONE
PRODUCT_MODEL := GP-KEON
PRODUCT_DEFAULT_PROPERTY_OVERRIDES := \
persist.usb.serialno=$(PRODUCT_NAME)