blob: 8ac8e40b18c7c823152a5995b118d2426cf5fd42 [file] [log] [blame]
David Ferguson72733122012-10-09 17:14:39 -04001#
2# Copyright (C) 2011 The CyanogenMod Project
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
17$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
18
Ethan Chen584dae52014-07-30 14:00:11 -070019# Get non-open-source specific aspects if available
David Ferguson72733122012-10-09 17:14:39 -040020$(call inherit-product-if-exists, vendor/samsung/celox-common/celox-common-vendor.mk)
21
Ethan Chen584dae52014-07-30 14:00:11 -070022# Overlays
David Ferguson72733122012-10-09 17:14:39 -040023DEVICE_PACKAGE_OVERLAYS += device/samsung/celox-common/overlay
24
25# Device uses high-density artwork where available
26PRODUCT_AAPT_CONFIG := normal hdpi
27PRODUCT_AAPT_PREF_CONFIG := hdpi
28
Ethan Chen584dae52014-07-30 14:00:11 -070029$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
30
31# System properties
32PRODUCT_PROPERTY_OVERRIDES += \
33 ro.sf.lcd_density=240
34
35PRODUCT_PROPERTY_OVERRIDES += \
36 persist.audio.fluence.mode=endfire \
37 persist.audio.vr.enable=false
David Ferguson72733122012-10-09 17:14:39 -040038
Steve Kondik89a7c072013-01-25 19:56:37 -080039# Ramdisk
40PRODUCT_PACKAGES += \
Ethan Chen584dae52014-07-30 14:00:11 -070041 init.target.rc
David Ferguson72733122012-10-09 17:14:39 -040042
43# common msm8660
44$(call inherit-product, device/samsung/msm8660-common/msm8660.mk)