blob: 3305da9146c743377f7d744c5732d93fc24850e9 [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
Meninblack007a952a9c2016-01-31 02:15:23 -050023# Include LatinIME dictionaries
24PRODUCT_PACKAGE_OVERLAYS += vendor/aosp/overlay/dictionaries
25
Alberto970ceb8342015-01-02 14:43:15 +010026# init.d support
27PRODUCT_COPY_FILES += \
28 vendor/aosp/prebuilt/common/bin/sysinit:system/bin/sysinit \
29 vendor/aosp/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
30 vendor/aosp/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
31
32# Init file
33PRODUCT_COPY_FILES += \
Meninblack007e54ceba2015-11-29 07:03:02 -050034 vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.local.rc
Alberto970ceb8342015-01-02 14:43:15 +010035
36# Bring in camera effects
37PRODUCT_COPY_FILES += \
38 vendor/aosp/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
39 vendor/aosp/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
40
41# Enable SIP+VoIP on all targets
42PRODUCT_COPY_FILES += \
43 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
44
45# Enable wireless Xbox 360 controller support
46PRODUCT_COPY_FILES += \
47 frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
48
49# Misc packages
50PRODUCT_PACKAGES += \
51 BluetoothExt \
Meninblack007637cf242015-12-01 07:22:07 -050052 Browser \
Meninblack00779b69ef2016-01-01 07:33:17 -050053 MusicFX \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000054 libemoji \
Alberto979beac432015-09-09 14:34:57 +020055 libsepol \
56 e2fsck \
57 mke2fs \
58 tune2fs \
59 bash \
Alberto979beac432015-09-09 14:34:57 +020060 powertop \
Alberto979beac432015-09-09 14:34:57 +020061 mount.exfat \
62 fsck.exfat \
63 mkfs.exfat \
64 mkfs.f2fs \
65 fsck.f2fs \
66 fibmap.f2fs \
Meninblack007a359d602015-12-05 07:04:42 -050067 mkfs.ntfs \
68 fsck.ntfs \
69 mount.ntfs \
Alberto979beac432015-09-09 14:34:57 +020070 gdbserver \
71 micro_bench \
72 oprofiled \
73 sqlite3 \
74 strace \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000075 Terminal
Alberto970ceb8342015-01-02 14:43:15 +010076
77# Stagefright FFMPEG plugin
78PRODUCT_PACKAGES += \
Steve Kondikd10712b2015-07-08 09:53:12 -070079 libffmpeg_extractor \
80 libffmpeg_omx \
Steve Kondikd1ac4dd2015-06-18 02:22:35 -070081 media_codecs_ffmpeg.xml
Alberto970ceb8342015-01-02 14:43:15 +010082
Steve Kondikd10712b2015-07-08 09:53:12 -070083PRODUCT_PROPERTY_OVERRIDES += \
84 media.sf.omx-plugin=libffmpeg_omx.so \
85 media.sf.extractor-plugin=libffmpeg_extractor.so
86
Alberto970ceb8342015-01-02 14:43:15 +010087# Telephony packages
88PRODUCT_PACKAGES += \
Meninblack00715541392015-11-29 07:04:12 -050089 messaging \
Alberto970ceb8342015-01-02 14:43:15 +010090 CellBroadcastReceiver \
Alberto972f8ecb62015-01-30 12:38:43 +010091 Stk
Alberto970ceb8342015-01-02 14:43:15 +010092
93# Mms depends on SoundRecorder for recorded audio messages
94PRODUCT_PACKAGES += \
95 SoundRecorder
96
97# World APN list
98PRODUCT_COPY_FILES += \
99 vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
100
Alberto970ceb8342015-01-02 14:43:15 +0100101# Selective SPN list for operator number who has the problem.
102PRODUCT_COPY_FILES += \
103 vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
104
105# Overlays & Include LatinIME dictionaries
106PRODUCT_PACKAGE_OVERLAYS += \
107 vendor/aosp/overlay/common \
108 vendor/aosp/overlay/dictionaries
109
beanstown10651b99e82015-12-26 04:15:07 -0500110# Proprietary latinime libs needed for Keyboard swyping
111ifneq ($(filter arm64,$(TARGET_ARCH)),)
112PRODUCT_COPY_FILES += \
113 vendor/aosp/prebuilt/common/lib/libjni_latinime.so:system/lib/libjni_latinime.so
114else
115PRODUCT_COPY_FILES += \
116 vendor/aosp/prebuilt/common/lib64/libjni_latinime.so:system/lib64/libjni_latinime.so
117endif
118
Alberto970ceb8342015-01-02 14:43:15 +0100119# by default, do not update the recovery with system updates
120PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
121
Chirayu Desai9819bc92013-03-20 16:17:17 +0530122ifneq ($(TARGET_BUILD_VARIANT),eng)
Chirayu Desai6efc7f82013-02-15 21:16:39 +0530123# Enable ADB authentication
124ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
Chirayu Desai9819bc92013-03-20 16:17:17 +0530125endif
Chirayu Desai6efc7f82013-02-15 21:16:39 +0530126
Alberto970ceb8342015-01-02 14:43:15 +0100127$(call inherit-product-if-exists, vendor/extra/product.mk)