# # Copyright (C) 2016 The Android Open-Source 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. # # This file includes all definitions that apply to ALL marlin devices # # Everything in this directory will become public PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi PRODUCT_AAPT_PREBUILT_DPI := xxhdpi xhdpi hdpi -include device/google/marlin/device-common.mk # Overlay DEVICE_PACKAGE_OVERLAYS += device/google/marlin/sailfish/overlay # display PRODUCT_PROPERTY_OVERRIDES += \ ro.sf.lcd_density=420 # Audio PRODUCT_PROPERTY_OVERRIDES += \ ro.config.vc_call_vol_steps=7 # HWUI cache sizes PRODUCT_PROPERTY_OVERRIDES += \ ro.hwui.texture_cache_size=56 \ ro.hwui.layer_cache_size=32 \ ro.hwui.path_cache_size=16 PRODUCT_COPY_FILES += \ device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sailfish \ device/google/marlin/init.recovery.common.rc:root/init.recovery.sailfish.rc # Sensor packages PRODUCT_PACKAGES += \ sensors.sailfish \ activity_recognition.sailfish # NFC packages PRODUCT_PACKAGES += \ nfc_nci.sailfish PRODUCT_COPY_FILES += \ device/google/marlin/nfc/libnfc-nxp.sailfish.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf # Led packages PRODUCT_PACKAGES += \ lights.sailfish # Thermal packages PRODUCT_PACKAGES += \ thermal.sailfish # VR packages PRODUCT_PACKAGES += \ vr.sailfish # Fingerprint PRODUCT_PACKAGES += \ fingerprint.sailfish