Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 1 | # |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 2 | # Copyright (C) 2011 The Android Open-Source Project |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 17 | # This file includes all definitions that apply to ALL mako devices, and |
| 18 | # are also specific to mako devices |
| 19 | # |
| 20 | # Everything in this directory will become public |
Jean-Baptiste Queru | da90dca | 2012-06-05 16:03:03 -0700 | [diff] [blame] | 21 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 22 | DEVICE_PACKAGE_OVERLAYS := device/lge/mako/overlay |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 23 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 24 | # This device is xhdpi. However the platform doesn't |
| 25 | # currently contain all of the bitmaps at xhdpi density so |
| 26 | # we do this little trick to fall back to the hdpi version |
| 27 | # if the xhdpi doesn't exist. |
| 28 | PRODUCT_AAPT_CONFIG := normal hdpi xhdpi |
| 29 | PRODUCT_AAPT_PREF_CONFIG := xhdpi |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 30 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 31 | PRODUCT_PACKAGES := \ |
| 32 | lights.msm8960 |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 33 | |
sungmin.choi | eb1d30c | 2012-06-19 22:24:43 -0700 | [diff] [blame] | 34 | PRODUCT_PACKAGES += \ |
| 35 | charger_res_images \ |
| 36 | charger |
| 37 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 38 | # Live Wallpapers |
| 39 | PRODUCT_PACKAGES += \ |
| 40 | LiveWallpapers \ |
| 41 | LiveWallpapersPicker \ |
| 42 | VisualizationWallpapers \ |
| 43 | librs_jni |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 44 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 45 | LOCAL_KERNEL := device/lge/mako-kernel/kernel |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 46 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 47 | PRODUCT_COPY_FILES := \ |
| 48 | $(LOCAL_KERNEL):kernel |
| 49 | |
| 50 | PRODUCT_COPY_FILES += \ |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 51 | device/lge/mako/WCNSS_cfg.dat:system/vendor/firmware/wlan/prima/WCNSS_cfg.dat \ |
| 52 | device/lge/mako/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ |
| 53 | device/lge/mako/WCNSS_qcom_wlan_nv.bin:system/etc/wifi/WCNSS_qcom_wlan_nv.bin |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 54 | |
| 55 | PRODUCT_COPY_FILES += \ |
Sungmin Choi | 099cdae | 2012-07-20 15:46:01 -0700 | [diff] [blame] | 56 | device/lge/mako/snd_soc_msm_2x_Fusion3:system/etc/snd_soc_msm/snd_soc_msm_2x_Fusion3 \ |
| 57 | device/lge/mako/audio_policy.conf:system/etc/audio_policy.conf |
Sungmin Choi | 53cb3c9 | 2012-07-01 15:33:03 -0700 | [diff] [blame] | 58 | |
| 59 | PRODUCT_COPY_FILES += \ |
Sungmin Choi | f1f28ec | 2012-08-16 00:40:32 -0700 | [diff] [blame] | 60 | device/lge/mako/thermald-mako.conf:system/etc/thermald.conf |
| 61 | |
| 62 | PRODUCT_COPY_FILES += \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 63 | device/lge/mako/init.mako.rc:root/init.mako.rc \ |
| 64 | device/lge/mako/init.mako.usb.rc:root/init.mako.usb.rc \ |
Brian Muramatsu | 482dad7 | 2012-06-18 18:58:21 -0700 | [diff] [blame] | 65 | device/lge/mako/fstab.mako:root/fstab.mako \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 66 | device/lge/mako/ueventd.mako.rc:root/ueventd.mako.rc \ |
Ajay Dudani | 83aa55e | 2012-06-15 18:46:22 -0700 | [diff] [blame] | 67 | device/lge/mako/media_profiles.xml:system/etc/media_profiles.xml \ |
| 68 | device/lge/mako/media_codecs.xml:system/etc/media_codecs.xml |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 69 | |
Sungmin Choi | 39c55a4 | 2012-08-31 17:01:08 -0700 | [diff] [blame] | 70 | PRODUCT_COPY_FILES += \ |
| 71 | device/lge/mako/kickstart_checker.sh:system/etc/kickstart_checker.sh |
| 72 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 73 | # Prebuilt kl and kcm keymaps |
| 74 | PRODUCT_COPY_FILES += \ |
| 75 | device/lge/mako/apq8064-tabla-snd-card_Button_Jack.kl:system/usr/keylayout/apq8064-tabla-snd-card_Button_Jack.kl \ |
| 76 | device/lge/mako/hs_detect.kl:system/usr/keylayout/hs_detect.kl \ |
sungmin.choi | 46ec5fe | 2012-06-22 12:56:04 -0700 | [diff] [blame] | 77 | device/lge/mako/pmic8xxx_pwrkey.kl:system/usr/keylayout/pmic8xxx_pwrkey.kl \ |
| 78 | device/lge/mako/keypad_8064.kl:system/usr/keylayout/keypad_8064.kl \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 79 | device/lge/mako/apq8064-tabla-snd-card_Button_Jack.kcm:system/usr/keychars/apq8064-tabla-snd-card_Button_Jack.kcm \ |
sungmin.choi | 46ec5fe | 2012-06-22 12:56:04 -0700 | [diff] [blame] | 80 | device/lge/mako/hs_detect.kcm:system/usr/keychars/hs_detect.kcm \ |
| 81 | device/lge/mako/keypad_8064.kcm:system/usr/keychars/keypad_8064.kcm \ |
| 82 | device/lge/mako/pmic8xxx_pwrkey.kcm:system/usr/keychars/pmic8xxx_pwrkey.kcm |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 83 | |
| 84 | # Prebuilt input device calibration files |
| 85 | PRODUCT_COPY_FILES += \ |
Iliyan Malchev | e011ca2 | 2012-06-14 14:58:24 -0700 | [diff] [blame] | 86 | device/lge/mako/touch_dev.idc:system/usr/idc/touch_dev.idc |
| 87 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 88 | # These are the hardware-specific features |
| 89 | PRODUCT_COPY_FILES += \ |
| 90 | frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ |
| 91 | frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ |
| 92 | frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ |
| 93 | frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ |
| 94 | frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ |
Mekala Natarajan | cdea6b0 | 2012-06-26 18:59:03 -0700 | [diff] [blame] | 95 | frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 96 | frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ |
| 97 | frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ |
| 98 | frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ |
| 99 | frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ |
| 100 | frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 101 | frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ |
| 102 | frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ |
Iliyan Malchev | 733b35c | 2012-08-16 14:40:17 -0700 | [diff] [blame] | 103 | frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ |
Glenn Kasten | 12600c2 | 2012-10-16 11:44:00 -0700 | [diff] [blame] | 104 | frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 105 | |
woojin.shin | 0bb6917 | 2012-08-17 20:03:54 +0900 | [diff] [blame] | 106 | # GPS configuration |
| 107 | PRODUCT_COPY_FILES += \ |
| 108 | device/lge/mako/gps.conf:system/etc/gps.conf |
| 109 | |
Martijn Coenen | 6c11a69 | 2012-07-31 13:25:27 -0700 | [diff] [blame] | 110 | # NFC packages |
| 111 | PRODUCT_PACKAGES += \ |
| 112 | libnfc-nci \ |
| 113 | libnfc_nci_jni \ |
Martijn Coenen | d45cd8f | 2012-09-18 16:51:13 -0700 | [diff] [blame] | 114 | nfc_nci.mako \ |
Martijn Coenen | 6c11a69 | 2012-07-31 13:25:27 -0700 | [diff] [blame] | 115 | NfcNci \ |
| 116 | Tag \ |
| 117 | com.android.nfc_extras |
| 118 | |
| 119 | # NFCEE access control |
| 120 | ifeq ($(TARGET_BUILD_VARIANT),user) |
| 121 | NFCEE_ACCESS_PATH := device/lge/mako/nfc/nfcee_access.xml |
| 122 | else |
| 123 | NFCEE_ACCESS_PATH := device/lge/mako/nfc/nfcee_access_debug.xml |
| 124 | endif |
| 125 | |
| 126 | # NFC access control + feature files + configuration |
| 127 | PRODUCT_COPY_FILES += \ |
| 128 | $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml \ |
| 129 | frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \ |
| 130 | frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ |
| 131 | device/lge/mako/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf |
| 132 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 133 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 134 | ro.opengles.version=131072 |
| 135 | |
| 136 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 137 | ro.sf.lcd_density=320 |
| 138 | |
ty.lee | 497d5cd | 2012-09-28 20:51:53 +0900 | [diff] [blame] | 139 | # Audio Configuration |
Ajay Dudani | 1c25fba | 2012-06-18 15:55:04 -0700 | [diff] [blame] | 140 | PRODUCT_PROPERTY_OVERRIDES += \ |
ty.lee | dcb0fdc | 2012-08-01 23:02:06 +0900 | [diff] [blame] | 141 | persist.audio.handset.mic=dmic \ |
SathishKumar Mani | e0aa19f | 2012-08-13 18:26:46 -0700 | [diff] [blame] | 142 | persist.audio.fluence.mode=endfire \ |
ty.lee | 497d5cd | 2012-09-28 20:51:53 +0900 | [diff] [blame] | 143 | persist.audio.lowlatency.rec=false \ |
| 144 | af.resampler.quality=4 |
| 145 | |
Ajay Dudani | 1c25fba | 2012-06-18 15:55:04 -0700 | [diff] [blame] | 146 | |
Naveen Kalla | 939180a | 2012-09-13 16:08:34 -0700 | [diff] [blame] | 147 | # Do not power down SIM card when modem is sent to Low Power Mode. |
| 148 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 149 | persist.radio.apm_sim_not_pwdn=1 |
| 150 | |
Wink Saville | 30e5e6d | 2012-09-15 10:02:17 -0700 | [diff] [blame] | 151 | # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false |
| 152 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 153 | ro.telephony.call_ring.multiple=0 |
| 154 | |
Iliyan Malchev | 9e665ff | 2012-09-20 18:46:53 -0700 | [diff] [blame] | 155 | #Upto 3 layers can go through overlays |
| 156 | PRODUCT_PROPERTY_OVERRIDES += debug.mdpcomp.maxlayer=3 |
Naseer Ahmed | c5967e7 | 2012-08-16 15:45:19 -0700 | [diff] [blame] | 157 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 158 | PRODUCT_CHARACTERISTICS := nosdcard |
| 159 | |
| 160 | PRODUCT_TAGS += dalvik.gc.type-precise |
| 161 | |
| 162 | PRODUCT_PACKAGES += \ |
| 163 | librs_jni \ |
| 164 | com.android.future.usb.accessory |
| 165 | |
| 166 | # Filesystem management tools |
| 167 | PRODUCT_PACKAGES += \ |
Iliyan Malchev | d707bca | 2012-09-17 22:06:37 -0700 | [diff] [blame] | 168 | e2fsck |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 169 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 170 | PRODUCT_PACKAGES += \ |
| 171 | libgenlock \ |
| 172 | liboverlay \ |
| 173 | hwcomposer.msm8960 \ |
| 174 | gralloc.msm8960 \ |
| 175 | copybit.msm8960 |
| 176 | |
Iliyan Malchev | 91f61bc | 2012-06-13 12:40:22 -0700 | [diff] [blame] | 177 | PRODUCT_PACKAGES += \ |
Iliyan Malchev | 91f61bc | 2012-06-13 12:40:22 -0700 | [diff] [blame] | 178 | alsa.msm8960 \ |
| 179 | audio_policy.msm8960 \ |
Ajay Dudani | 1c25fba | 2012-06-18 15:55:04 -0700 | [diff] [blame] | 180 | audio.primary.msm8960 \ |
Sungmin Choi | 099cdae | 2012-07-20 15:46:01 -0700 | [diff] [blame] | 181 | audio.a2dp.default \ |
Jean-Michel Trivi | a27f9cb | 2012-08-16 18:42:00 -0700 | [diff] [blame] | 182 | audio.usb.default \ |
ty.lee | 497d5cd | 2012-09-28 20:51:53 +0900 | [diff] [blame] | 183 | audio.r_submix.default \ |
| 184 | libaudio-resampler |
Iliyan Malchev | 91f61bc | 2012-06-13 12:40:22 -0700 | [diff] [blame] | 185 | |
sungmin.choi | 2dca145 | 2012-06-25 14:49:10 -0700 | [diff] [blame] | 186 | PRODUCT_PACKAGES += \ |
jeonghoon.lim | 6a2ca5a | 2012-07-13 13:00:37 -0700 | [diff] [blame] | 187 | hci_qcomm_init |
| 188 | |
Narayanan Gopalakrishnan | 220abf7 | 2012-10-17 12:08:29 -0700 | [diff] [blame] | 189 | PRODUCT_PACKAGES += \ |
| 190 | power.msm8960 |
| 191 | |
jeonghoon.lim | 6a2ca5a | 2012-07-13 13:00:37 -0700 | [diff] [blame] | 192 | PRODUCT_COPY_FILES += \ |
| 193 | device/lge/mako/init.mako.bt.sh:system/etc/init.mako.bt.sh |
| 194 | |
| 195 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 196 | ro.qualcomm.bt.hci_transport=smd |
| 197 | |
| 198 | PRODUCT_PACKAGES += \ |
Shuzhen Wang | dad74d0 | 2012-08-29 21:59:07 -0700 | [diff] [blame] | 199 | camera.mako \ |
Ajay Dudani | b3f2b96 | 2012-07-08 17:02:10 -0700 | [diff] [blame] | 200 | camera.msm8960 \ |
Shuzhen Wang | dad74d0 | 2012-08-29 21:59:07 -0700 | [diff] [blame] | 201 | libmmcamera_interface2 \ |
| 202 | libmmcamera_interface |
Ajay Dudani | b3f2b96 | 2012-07-08 17:02:10 -0700 | [diff] [blame] | 203 | |
| 204 | PRODUCT_PACKAGES += \ |
Sungmin Choi | d197793 | 2012-06-29 10:43:10 -0700 | [diff] [blame] | 205 | mm-vdec-omx-test \ |
| 206 | mm-venc-omx-test720p \ |
| 207 | libdivxdrmdecrypt \ |
sungmin.choi | 2dca145 | 2012-06-25 14:49:10 -0700 | [diff] [blame] | 208 | libOmxVdec \ |
| 209 | libOmxVenc \ |
Brian Muramatsu | 5b4a906 | 2012-08-20 14:41:49 -0700 | [diff] [blame] | 210 | libOmxCore \ |
Haynes Mathew George | 421f0ac | 2012-08-24 19:40:54 -0700 | [diff] [blame] | 211 | libstagefrighthw \ |
| 212 | libc2dcolorconvert |
sungmin.choi | 2dca145 | 2012-06-25 14:49:10 -0700 | [diff] [blame] | 213 | |
Ajay Dudani | e114409 | 2012-06-15 21:07:31 -0700 | [diff] [blame] | 214 | PRODUCT_PACKAGES += \ |
| 215 | libloc_adapter \ |
| 216 | libloc_eng \ |
| 217 | libloc_api_v02 \ |
| 218 | libgps.utils \ |
| 219 | gps.msm8960 |
| 220 | |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 221 | PRODUCT_PACKAGES += \ |
jeonghoon.lim | 85ddb8c | 2012-07-20 11:35:54 +0900 | [diff] [blame] | 222 | bdAddrLoader \ |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 223 | libwfcu \ |
Sungmin Choi | e31eae8 | 2012-09-05 21:07:57 -0700 | [diff] [blame] | 224 | conn_init \ |
| 225 | charger_touch |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 226 | |
Abhishek Adappa | d0e5753 | 2012-06-15 19:32:55 -0700 | [diff] [blame] | 227 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 228 | rild.libpath=/system/lib/libril-qc-qmi-1.so |
| 229 | |
agathon.jung | e1e5109 | 2012-07-05 10:44:34 -0700 | [diff] [blame] | 230 | PRODUCT_PROPERTY_OVERRIDES += \ |
Sungmin Choi | 146bcc1 | 2012-08-16 22:48:02 -0700 | [diff] [blame] | 231 | telephony.lteOnCdmaDevice=0 |
| 232 | |
| 233 | PRODUCT_PROPERTY_OVERRIDES += \ |
agathon.jung | 7756342 | 2012-07-24 09:54:51 -0700 | [diff] [blame] | 234 | drm.service.enabled=true |
agathon.jung | e1e5109 | 2012-07-05 10:44:34 -0700 | [diff] [blame] | 235 | |
Sungmin Choi | a67f0d2 | 2012-07-16 00:17:54 -0700 | [diff] [blame] | 236 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 237 | wifi.interface=wlan0 \ |
| 238 | wifi.supplicant_scan_interval=15 |
| 239 | |
Dave Burke | 5884e3d | 2012-09-13 16:40:22 -0700 | [diff] [blame] | 240 | # Enable AAC 5.1 output |
| 241 | PRODUCT_PROPERTY_OVERRIDES += \ |
Iliyan Malchev | 60ee890 | 2012-11-05 16:32:02 -0800 | [diff] [blame] | 242 | media.aac_51_output_enabled=true |
Dave Burke | 5884e3d | 2012-09-13 16:40:22 -0700 | [diff] [blame] | 243 | |
Iliyan Malchev | 4cac365 | 2012-10-03 00:04:51 -0700 | [diff] [blame] | 244 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 245 | debug.egl.recordable.rgba8888=1 |
| 246 | |
Devin Kim | 3ed2894 | 2012-08-03 16:17:50 -0700 | [diff] [blame] | 247 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 248 | persist.sys.usb.config=mtp |
| 249 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 250 | # for bugmailer |
| 251 | PRODUCT_PACKAGES += send_bug |
| 252 | PRODUCT_COPY_FILES += \ |
| 253 | system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \ |
| 254 | system/extras/bugmailer/send_bug:system/bin/send_bug |
| 255 | |
Dianne Hackborn | 303ba86 | 2012-09-30 16:21:02 -0700 | [diff] [blame] | 256 | $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) |