Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 1 | # Copyright (C) 2012 The CyanogenMod Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Ethan Chen | dccf34a | 2014-07-25 12:51:49 -0700 | [diff] [blame] | 15 | # Overlay |
| 16 | DEVICE_PACKAGE_OVERLAYS += \ |
| 17 | device/samsung/qcom-common/overlay |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 18 | |
Ethan Chen | dccf34a | 2014-07-25 12:51:49 -0700 | [diff] [blame] | 19 | # System properties |
| 20 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 21 | com.qc.hardware=true |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 22 | |
| 23 | PRODUCT_PROPERTY_OVERRIDES += \ |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 24 | debug.egl.hw=1 \ |
Ethan Chen | dccf34a | 2014-07-25 12:51:49 -0700 | [diff] [blame] | 25 | debug.sf.hw=1 \ |
Shareef Ali | 8bbcf1b | 2013-05-19 17:09:07 -0500 | [diff] [blame] | 26 | debug.mdpcomp.logs=0 \ |
gimmeitorilltell | d80cb51 | 2015-02-16 01:11:41 -0500 | [diff] [blame] | 27 | persist.hwc.mdpcomp.enable=false |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 28 | |
Ethan Chen | dccf34a | 2014-07-25 12:51:49 -0700 | [diff] [blame] | 29 | PRODUCT_PROPERTY_OVERRIDES += \ |
Tony Layher | 854f213 | 2014-09-04 10:56:09 -0400 | [diff] [blame] | 30 | ro.telephony.call_ring.multiple=0 |
Ethan Chen | dccf34a | 2014-07-25 12:51:49 -0700 | [diff] [blame] | 31 | |
Arne Coucheron | 12e7c8e | 2014-12-29 05:15:52 +0100 | [diff] [blame] | 32 | # Charger images |
| 33 | PRODUCT_PACKAGES += \ |
| 34 | charger_res_images |
| 35 | |
Steve Kondik | 0e9f019 | 2012-09-24 02:12:49 -0700 | [diff] [blame] | 36 | # Filesystem management tools |
| 37 | PRODUCT_PACKAGES += \ |
| 38 | make_ext4fs \ |
| 39 | e2fsck \ |
| 40 | setup_fs |