blob: 6a4625ecdfb863f486d696223ebf080365879157 [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
19# Backup Tool
20PRODUCT_COPY_FILES += \
Tom Marshall97749de2014-12-12 11:56:04 -080021 vendor/aosp/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
22 vendor/aosp/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
Alberto970ceb8342015-01-02 14:43:15 +010023 vendor/aosp/prebuilt/common/bin/50-base.sh:system/addon.d/50-base.sh \
24 vendor/aosp/prebuilt/common/bin/blacklist:system/addon.d/blacklist
25
26# Signature compatibility validation
27PRODUCT_COPY_FILES += \
Tom Marshall97749de2014-12-12 11:56:04 -080028 vendor/aosp/prebuilt/common/bin/otasigcheck.sh:install/bin/otasigcheck.sh
Alberto970ceb8342015-01-02 14:43:15 +010029
30# Bootanimation
31PRODUCT_COPY_FILES += \
32 vendor/aosp/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip
33
34# init.d support
35PRODUCT_COPY_FILES += \
36 vendor/aosp/prebuilt/common/bin/sysinit:system/bin/sysinit \
37 vendor/aosp/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
38 vendor/aosp/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
39
40# Init file
41PRODUCT_COPY_FILES += \
42 vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.cm.rc
43
44# Bring in camera effects
45PRODUCT_COPY_FILES += \
46 vendor/aosp/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
47 vendor/aosp/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
48
49# Enable SIP+VoIP on all targets
50PRODUCT_COPY_FILES += \
51 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
52
53# Enable wireless Xbox 360 controller support
54PRODUCT_COPY_FILES += \
55 frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
56
57# Misc packages
58PRODUCT_PACKAGES += \
59 BluetoothExt \
60 LatinIME \
61 Launcher3 \
Ricardo Cerqueira2535a2e2015-01-04 01:55:24 +000062 libemoji \
63 Terminal
Alberto970ceb8342015-01-02 14:43:15 +010064
65# Stagefright FFMPEG plugin
66PRODUCT_PACKAGES += \
67 libstagefright_soft_ffmpegadec \
68 libstagefright_soft_ffmpegvdec \
69 libFFmpegExtractor \
70 libnamparser
71
72# Live Wallpapers and more Daydream packages
73PRODUCT_PACKAGES += \
74 Galaxy4 \
75 HoloSpiralWallpaper \
76 LiveWallpapers \
77 LiveWallpapersPicker \
78 MagicSmokeWallpapers \
79 NoiseField \
80 PhaseBeam \
81 VisualizationWallpapers \
82 PhotoTable \
83 SoundRecorder \
84 PhotoPhase
85
86# Telephony packages
87PRODUCT_PACKAGES += \
88 CellBroadcastReceiver \
89 Mms \
90 Stk \
91 VoiceDialer
92
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
101# World SPN overrides list
102PRODUCT_COPY_FILES += \
103 vendor/aosp/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
104
105# Selective SPN list for operator number who has the problem.
106PRODUCT_COPY_FILES += \
107 vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
108
109# Overlays & Include LatinIME dictionaries
110PRODUCT_PACKAGE_OVERLAYS += \
111 vendor/aosp/overlay/common \
112 vendor/aosp/overlay/dictionaries
113
114# by default, do not update the recovery with system updates
115PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
116
117$(call inherit-product-if-exists, vendor/extra/product.mk)