blob: b4aa867778dea9a6a035be90b57a88258a1727e5 [file] [log] [blame]
Steve Kondik0e9f0192012-09-24 02:12:49 -07001# 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 Chendccf34a2014-07-25 12:51:49 -070015# Overlay
16DEVICE_PACKAGE_OVERLAYS += \
17 device/samsung/qcom-common/overlay
Steve Kondik0e9f0192012-09-24 02:12:49 -070018
Ethan Chendccf34a2014-07-25 12:51:49 -070019# System properties
20PRODUCT_PROPERTY_OVERRIDES += \
21 com.qc.hardware=true
Steve Kondik0e9f0192012-09-24 02:12:49 -070022
23PRODUCT_PROPERTY_OVERRIDES += \
Steve Kondik0e9f0192012-09-24 02:12:49 -070024 debug.egl.hw=1 \
Ethan Chendccf34a2014-07-25 12:51:49 -070025 debug.sf.hw=1 \
Shareef Ali8bbcf1b2013-05-19 17:09:07 -050026 debug.mdpcomp.logs=0 \
gimmeitorilltelld80cb512015-02-16 01:11:41 -050027 persist.hwc.mdpcomp.enable=false
Steve Kondik0e9f0192012-09-24 02:12:49 -070028
Ethan Chendccf34a2014-07-25 12:51:49 -070029PRODUCT_PROPERTY_OVERRIDES += \
Tony Layher854f2132014-09-04 10:56:09 -040030 ro.telephony.call_ring.multiple=0
Ethan Chendccf34a2014-07-25 12:51:49 -070031
Arne Coucheron12e7c8e2014-12-29 05:15:52 +010032# Charger images
33PRODUCT_PACKAGES += \
34 charger_res_images
35
Steve Kondik0e9f0192012-09-24 02:12:49 -070036# Filesystem management tools
37PRODUCT_PACKAGES += \
38 make_ext4fs \
39 e2fsck \
40 setup_fs