# Copyright (C) 2012 The CyanogenMod Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Overlay DEVICE_PACKAGE_OVERLAYS += \ device/samsung/qcom-common/overlay # System properties PRODUCT_PROPERTY_OVERRIDES += \ com.qc.hardware=true PRODUCT_PROPERTY_OVERRIDES += \ debug.egl.hw=1 \ debug.sf.hw=1 \ debug.mdpcomp.logs=0 \ persist.hwc.mdpcomp.enable=true PRODUCT_PROPERTY_OVERRIDES += \ ro.telephony.call_ring.multiple=0 \ ro.telephony.ril_class=SamsungQualcommRIL # Charger PRODUCT_PACKAGES += \ charger \ charger_res_images # Filesystem management tools PRODUCT_PACKAGES += \ make_ext4fs \ e2fsck \ setup_fs # Recovery PRODUCT_PACKAGES += \ init.recovery.qcom.rc PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/recovery/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh