blob: 6d7fafb402beaf53f519ec33e5db80ac15dc2545 [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
Meninblack00776bd9aa2016-04-03 07:14:30 -040019# Backup Tool
Meninblack00715e3dde2016-12-25 22:10:10 +053020#PRODUCT_COPY_FILES += \
Meninblack00776bd9aa2016-04-03 07:14:30 -040021 vendor/aosp/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
22 vendor/aosp/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
23 vendor/aosp/prebuilt/common/bin/blacklist:system/addon.d/blacklist \
24 vendor/aosp/prebuilt/common/bin/whitelist:system/addon.d/whitelist \
25
Alberto970ceb8342015-01-02 14:43:15 +010026# Bootanimation
27PRODUCT_COPY_FILES += \
28 vendor/aosp/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip
29
30# init.d support
31PRODUCT_COPY_FILES += \
32 vendor/aosp/prebuilt/common/bin/sysinit:system/bin/sysinit \
33 vendor/aosp/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
34 vendor/aosp/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
35
36# Init file
37PRODUCT_COPY_FILES += \
Meninblack007e54ceba2015-11-29 07:03:02 -050038 vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.local.rc
Alberto970ceb8342015-01-02 14:43:15 +010039
40# Bring in camera effects
41PRODUCT_COPY_FILES += \
42 vendor/aosp/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
43 vendor/aosp/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
44
45# Enable SIP+VoIP on all targets
46PRODUCT_COPY_FILES += \
47 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
48
49# Enable wireless Xbox 360 controller support
50PRODUCT_COPY_FILES += \
51 frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
52
53# Misc packages
54PRODUCT_PACKAGES += \
55 BluetoothExt \
Meninblack007637cf242015-12-01 07:22:07 -050056 Browser \
Meninblack00779b69ef2016-01-01 07:33:17 -050057 MusicFX \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000058 libemoji \
Alberto979beac432015-09-09 14:34:57 +020059 libsepol \
60 e2fsck \
61 mke2fs \
62 tune2fs \
63 bash \
Alberto979beac432015-09-09 14:34:57 +020064 powertop \
Alberto979beac432015-09-09 14:34:57 +020065 mount.exfat \
66 fsck.exfat \
67 mkfs.exfat \
68 mkfs.f2fs \
69 fsck.f2fs \
70 fibmap.f2fs \
Meninblack007a359d602015-12-05 07:04:42 -050071 mkfs.ntfs \
72 fsck.ntfs \
73 mount.ntfs \
Alberto979beac432015-09-09 14:34:57 +020074 gdbserver \
75 micro_bench \
76 oprofiled \
77 sqlite3 \
78 strace \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000079 Terminal
Alberto970ceb8342015-01-02 14:43:15 +010080
Alberto970ceb8342015-01-02 14:43:15 +010081# Telephony packages
82PRODUCT_PACKAGES += \
Meninblack00715541392015-11-29 07:04:12 -050083 messaging \
Alberto970ceb8342015-01-02 14:43:15 +010084 CellBroadcastReceiver \
Prasath Balakrishnan9a3faef2016-06-03 08:01:00 -050085 Stk \
86 telephony-ext
87
88PRODUCT_BOOT_JARS += \
89 telephony-ext
Alberto970ceb8342015-01-02 14:43:15 +010090
Benjamin Legrandbebf4fd2016-02-23 12:01:57 -050091#RCS //Needed for Contacts and Mms Apps
92PRODUCT_PACKAGES += \
93 rcs_service_aidl \
94 rcs_service_aidl.xml \
95 rcs_service_aidl_static \
96 rcs_service_api \
97 rcs_service_api.xml
98
Alberto970ceb8342015-01-02 14:43:15 +010099# Mms depends on SoundRecorder for recorded audio messages
100PRODUCT_PACKAGES += \
101 SoundRecorder
102
103# World APN list
104PRODUCT_COPY_FILES += \
105 vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
106
Alberto970ceb8342015-01-02 14:43:15 +0100107# Selective SPN list for operator number who has the problem.
108PRODUCT_COPY_FILES += \
109 vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
110
111# Overlays & Include LatinIME dictionaries
112PRODUCT_PACKAGE_OVERLAYS += \
113 vendor/aosp/overlay/common \
114 vendor/aosp/overlay/dictionaries
115
beanstown10651b99e82015-12-26 04:15:07 -0500116# Proprietary latinime libs needed for Keyboard swyping
117ifneq ($(filter arm64,$(TARGET_ARCH)),)
118PRODUCT_COPY_FILES += \
119 vendor/aosp/prebuilt/common/lib/libjni_latinime.so:system/lib/libjni_latinime.so
120else
121PRODUCT_COPY_FILES += \
122 vendor/aosp/prebuilt/common/lib64/libjni_latinime.so:system/lib64/libjni_latinime.so
123endif
124
Alberto970ceb8342015-01-02 14:43:15 +0100125# by default, do not update the recovery with system updates
126PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
127
Chirayu Desai9819bc92013-03-20 16:17:17 +0530128ifneq ($(TARGET_BUILD_VARIANT),eng)
Chirayu Desai6efc7f82013-02-15 21:16:39 +0530129# Enable ADB authentication
130ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
Chirayu Desai9819bc92013-03-20 16:17:17 +0530131endif
Chirayu Desai6efc7f82013-02-15 21:16:39 +0530132
Alberto970ceb8342015-01-02 14:43:15 +0100133$(call inherit-product-if-exists, vendor/extra/product.mk)