blob: 13f880096f082a98c7174b7d925d74f618553bc8 [file] [log] [blame]
Alberto970ceb8342015-01-02 14:43:15 +01001PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
2
3PRODUCT_PROPERTY_OVERRIDES += \
4 keyguard.no_require_sim=true \
5 ro.com.google.clientidbase=android-google \
6 ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html \
7 ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html \
8 ro.com.android.wifi-watchlist=GoogleGuest \
9 ro.setupwizard.enterprise_mode=1 \
10 ro.com.android.dateformat=MM-dd-yyyy \
11 ro.com.android.dataroaming=false
12
13PRODUCT_PROPERTY_OVERRIDES += \
14 ro.build.selinux=1
15
16# Thank you, please drive thru!
17PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
18
Alberto970ceb8342015-01-02 14:43:15 +010019# Bootanimation
20PRODUCT_COPY_FILES += \
21 vendor/aosp/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip
22
23# init.d support
24PRODUCT_COPY_FILES += \
25 vendor/aosp/prebuilt/common/bin/sysinit:system/bin/sysinit \
26 vendor/aosp/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
27 vendor/aosp/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
28
29# Init file
30PRODUCT_COPY_FILES += \
Meninblack007e54ceba2015-11-29 07:03:02 -050031 vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.local.rc
Alberto970ceb8342015-01-02 14:43:15 +010032
33# Bring in camera effects
34PRODUCT_COPY_FILES += \
35 vendor/aosp/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
36 vendor/aosp/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
37
38# Enable SIP+VoIP on all targets
39PRODUCT_COPY_FILES += \
40 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
41
42# Enable wireless Xbox 360 controller support
43PRODUCT_COPY_FILES += \
44 frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
45
46# Misc packages
47PRODUCT_PACKAGES += \
48 BluetoothExt \
Meninblack007637cf242015-12-01 07:22:07 -050049 Browser \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000050 libemoji \
Alberto979beac432015-09-09 14:34:57 +020051 libsepol \
52 e2fsck \
53 mke2fs \
54 tune2fs \
55 bash \
Alberto979beac432015-09-09 14:34:57 +020056 powertop \
Alberto979beac432015-09-09 14:34:57 +020057 mount.exfat \
58 fsck.exfat \
59 mkfs.exfat \
60 mkfs.f2fs \
61 fsck.f2fs \
62 fibmap.f2fs \
Meninblack007a359d602015-12-05 07:04:42 -050063 mkfs.ntfs \
64 fsck.ntfs \
65 mount.ntfs \
Alberto979beac432015-09-09 14:34:57 +020066 gdbserver \
67 micro_bench \
68 oprofiled \
69 sqlite3 \
70 strace \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000071 Terminal
Alberto970ceb8342015-01-02 14:43:15 +010072
73# Stagefright FFMPEG plugin
74PRODUCT_PACKAGES += \
Steve Kondikd10712b2015-07-08 09:53:12 -070075 libffmpeg_extractor \
76 libffmpeg_omx \
Steve Kondikd1ac4dd2015-06-18 02:22:35 -070077 media_codecs_ffmpeg.xml
Alberto970ceb8342015-01-02 14:43:15 +010078
Steve Kondikd10712b2015-07-08 09:53:12 -070079PRODUCT_PROPERTY_OVERRIDES += \
80 media.sf.omx-plugin=libffmpeg_omx.so \
81 media.sf.extractor-plugin=libffmpeg_extractor.so
82
Alberto970ceb8342015-01-02 14:43:15 +010083# Telephony packages
84PRODUCT_PACKAGES += \
Meninblack00715541392015-11-29 07:04:12 -050085 messaging \
Alberto970ceb8342015-01-02 14:43:15 +010086 CellBroadcastReceiver \
Alberto972f8ecb62015-01-30 12:38:43 +010087 Stk
Alberto970ceb8342015-01-02 14:43:15 +010088
89# Mms depends on SoundRecorder for recorded audio messages
90PRODUCT_PACKAGES += \
91 SoundRecorder
92
93# World APN list
94PRODUCT_COPY_FILES += \
95 vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
96
Alberto970ceb8342015-01-02 14:43:15 +010097# Selective SPN list for operator number who has the problem.
98PRODUCT_COPY_FILES += \
99 vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
100
101# Overlays & Include LatinIME dictionaries
102PRODUCT_PACKAGE_OVERLAYS += \
103 vendor/aosp/overlay/common \
104 vendor/aosp/overlay/dictionaries
105
beanstown10651b99e82015-12-26 04:15:07 -0500106# Proprietary latinime libs needed for Keyboard swyping
107ifneq ($(filter arm64,$(TARGET_ARCH)),)
108PRODUCT_COPY_FILES += \
109 vendor/aosp/prebuilt/common/lib/libjni_latinime.so:system/lib/libjni_latinime.so
110else
111PRODUCT_COPY_FILES += \
112 vendor/aosp/prebuilt/common/lib64/libjni_latinime.so:system/lib64/libjni_latinime.so
113endif
114
Alberto970ceb8342015-01-02 14:43:15 +0100115# by default, do not update the recovery with system updates
116PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
117
Chirayu Desai9819bc92013-03-20 16:17:17 +0530118ifneq ($(TARGET_BUILD_VARIANT),eng)
Chirayu Desai6efc7f82013-02-15 21:16:39 +0530119# Enable ADB authentication
120ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
Chirayu Desai9819bc92013-03-20 16:17:17 +0530121endif
Chirayu Desai6efc7f82013-02-15 21:16:39 +0530122
Alberto970ceb8342015-01-02 14:43:15 +0100123$(call inherit-product-if-exists, vendor/extra/product.mk)