diff options
| author | TheStrix <parthbhatia98@gmail.com> | 2015-09-09 14:32:05 +0000 |
|---|---|---|
| committer | TheStrix <parthbhatia98@gmail.com> | 2015-12-25 17:49:25 +0530 |
| commit | dba60592018a170aafa4e3f96c19fe16e4555528 (patch) | |
| tree | 7f1970906bff15f973c9b8aa788af35712cd4850 | |
| parent | 8d35d086f5d952a9289520f25ab6a745a19d3b1c (diff) | |
sprout4: Add hardware info
Change-Id: I685cbf593a7b6b823eb9f4bcb655c2a7c1832277
| -rw-r--r-- | sprout4.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -23,3 +23,12 @@ $(call inherit-product, device/google/sprout-common/sprout.mk) PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/rootdir/root/init.sprout.rc:root/init.sprout.rc \ $(LOCAL_PATH)/rootdir/root/fstab.sprout:root/fstab.sprout + +# Hardware info +PRODUCT_PROPERTY_OVERRIDES += \ + ro.device.chipset=Mediatek MT6582 \ + ro.device.cpu=1.3GHz quad-core Cortex-A7 \ + ro.device.gpu=Mali-400MP2 \ + ro.device.rear_cam=5 MP 2952x1944 pixels \ + ro.device.front_cam=2 MP \ + ro.device.screen_res=480x854pixels (218 ppi) |
