blob: a302a14ad6e4ac1732d574a68f4d2d1a457e1d5d [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 += \
21 vendor/aosp/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \
22 vendor/aosp/prebuilt/common/bin/backuptool.functions:system/bin/backuptool.functions \
23 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 += \
28 vendor/aosp/prebuilt/common/bin/otasigcheck.sh:system/bin/otasigcheck.sh
29
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 \
62 libemoji
63
64# Stagefright FFMPEG plugin
65PRODUCT_PACKAGES += \
66 libstagefright_soft_ffmpegadec \
67 libstagefright_soft_ffmpegvdec \
68 libFFmpegExtractor \
69 libnamparser
70
71# Live Wallpapers and more Daydream packages
72PRODUCT_PACKAGES += \
73 Galaxy4 \
74 HoloSpiralWallpaper \
75 LiveWallpapers \
76 LiveWallpapersPicker \
77 MagicSmokeWallpapers \
78 NoiseField \
79 PhaseBeam \
80 VisualizationWallpapers \
81 PhotoTable \
82 SoundRecorder \
83 PhotoPhase
84
85# Telephony packages
86PRODUCT_PACKAGES += \
87 CellBroadcastReceiver \
88 Mms \
89 Stk \
90 VoiceDialer
91
92# Mms depends on SoundRecorder for recorded audio messages
93PRODUCT_PACKAGES += \
94 SoundRecorder
95
96# World APN list
97PRODUCT_COPY_FILES += \
98 vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
99
100# World SPN overrides list
101PRODUCT_COPY_FILES += \
102 vendor/aosp/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
103
104# Selective SPN list for operator number who has the problem.
105PRODUCT_COPY_FILES += \
106 vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
107
108# Overlays & Include LatinIME dictionaries
109PRODUCT_PACKAGE_OVERLAYS += \
110 vendor/aosp/overlay/common \
111 vendor/aosp/overlay/dictionaries
112
113# by default, do not update the recovery with system updates
114PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
115
116$(call inherit-product-if-exists, vendor/extra/product.mk)