David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 1 | # |
| 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 Chen | 584dae5 | 2014-07-30 14:00:11 -0700 | [diff] [blame] | 19 | # Get non-open-source specific aspects if available |
David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 20 | $(call inherit-product-if-exists, vendor/samsung/celox-common/celox-common-vendor.mk) |
| 21 | |
Ethan Chen | 584dae5 | 2014-07-30 14:00:11 -0700 | [diff] [blame] | 22 | # Overlays |
David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 23 | DEVICE_PACKAGE_OVERLAYS += device/samsung/celox-common/overlay |
| 24 | |
| 25 | # Device uses high-density artwork where available |
| 26 | PRODUCT_AAPT_CONFIG := normal hdpi |
| 27 | PRODUCT_AAPT_PREF_CONFIG := hdpi |
| 28 | |
Ethan Chen | 584dae5 | 2014-07-30 14:00:11 -0700 | [diff] [blame] | 29 | $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) |
| 30 | |
| 31 | # System properties |
| 32 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 33 | ro.sf.lcd_density=240 |
| 34 | |
| 35 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 36 | persist.audio.fluence.mode=endfire \ |
| 37 | persist.audio.vr.enable=false |
David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 38 | |
Steve Kondik | 89a7c07 | 2013-01-25 19:56:37 -0800 | [diff] [blame] | 39 | # Ramdisk |
| 40 | PRODUCT_PACKAGES += \ |
Ethan Chen | 584dae5 | 2014-07-30 14:00:11 -0700 | [diff] [blame] | 41 | init.target.rc |
David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 42 | |
| 43 | # common msm8660 |
| 44 | $(call inherit-product, device/samsung/msm8660-common/msm8660.mk) |