forked from mozilla-b2g/android-device-unagi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
full_unagi.mk
27 lines (23 loc) · 1017 Bytes
/
full_unagi.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
$(call inherit-product, device/qcom/common/common.mk)
PRODUCT_COPY_FILES := \
device/qcom/unagi/touchscreen.idc:system/usr/idc/atmel-touchscreen.idc \
device/qcom/msm7627a/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
device/qcom/unagi/media_profiles.xml:system/etc/media_profiles.xml
$(call inherit-product-if-exists, vendor/qcom/unagi/unagi-vendor-blobs.mk)
$(call inherit-product-if-exists, vendor/qcom/common/vendor-blobs.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
PRODUCT_PROPERTY_OVERRIDES += \
rild.libpath=/system/lib/libril-qc-1.so \
rild.libargs=-d/dev/smd0 \
ro.moz.cam.0.sensor_offset=180 \
ro.use_data_netmgrd=true \
ro.moz.ril.simstate_extra_field=true \
ro.moz.ril.emergency_by_default=true
# Discard inherited values and use our own instead.
PRODUCT_NAME := full_unagi
PRODUCT_DEVICE := unagi
PRODUCT_BRAND := toro
PRODUCT_MANUFACTURER := toro
PRODUCT_MODEL := unagi1
PRODUCT_DEFAULT_PROPERTY_OVERRIDES := \
persist.usb.serialno=$(PRODUCT_NAME)