Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 1 | PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0 |
| 2 | |
| 3 | PRODUCT_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 | |
| 13 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 14 | ro.build.selinux=1 |
| 15 | |
| 16 | # Thank you, please drive thru! |
| 17 | PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0 |
| 18 | |
| 19 | # Backup Tool |
| 20 | PRODUCT_COPY_FILES += \ |
Tom Marshall | 97749de | 2014-12-12 11:56:04 -0800 | [diff] [blame] | 21 | vendor/aosp/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \ |
| 22 | vendor/aosp/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \ |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 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 |
| 27 | PRODUCT_COPY_FILES += \ |
Tom Marshall | 97749de | 2014-12-12 11:56:04 -0800 | [diff] [blame] | 28 | vendor/aosp/prebuilt/common/bin/otasigcheck.sh:install/bin/otasigcheck.sh |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 29 | |
| 30 | # Bootanimation |
| 31 | PRODUCT_COPY_FILES += \ |
| 32 | vendor/aosp/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip |
| 33 | |
| 34 | # init.d support |
| 35 | PRODUCT_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 |
| 41 | PRODUCT_COPY_FILES += \ |
| 42 | vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.cm.rc |
| 43 | |
| 44 | # Bring in camera effects |
| 45 | PRODUCT_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 |
| 50 | PRODUCT_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 |
| 54 | PRODUCT_COPY_FILES += \ |
| 55 | frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl |
| 56 | |
| 57 | # Misc packages |
| 58 | PRODUCT_PACKAGES += \ |
| 59 | BluetoothExt \ |
| 60 | LatinIME \ |
| 61 | Launcher3 \ |
Ricardo Cerqueira | 2535a2e | 2015-01-04 01:55:24 +0000 | [diff] [blame] | 62 | libemoji \ |
| 63 | Terminal |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 64 | |
| 65 | # Stagefright FFMPEG plugin |
| 66 | PRODUCT_PACKAGES += \ |
| 67 | libstagefright_soft_ffmpegadec \ |
| 68 | libstagefright_soft_ffmpegvdec \ |
| 69 | libFFmpegExtractor \ |
| 70 | libnamparser |
| 71 | |
| 72 | # Live Wallpapers and more Daydream packages |
| 73 | PRODUCT_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 |
| 87 | PRODUCT_PACKAGES += \ |
| 88 | CellBroadcastReceiver \ |
| 89 | Mms \ |
Alberto97 | 2f8ecb6 | 2015-01-30 12:38:43 +0100 | [diff] [blame] | 90 | Stk |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 91 | |
| 92 | # Mms depends on SoundRecorder for recorded audio messages |
| 93 | PRODUCT_PACKAGES += \ |
| 94 | SoundRecorder |
| 95 | |
| 96 | # World APN list |
| 97 | PRODUCT_COPY_FILES += \ |
| 98 | vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
| 99 | |
| 100 | # World SPN overrides list |
| 101 | PRODUCT_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. |
| 105 | PRODUCT_COPY_FILES += \ |
| 106 | vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml |
| 107 | |
| 108 | # Overlays & Include LatinIME dictionaries |
| 109 | PRODUCT_PACKAGE_OVERLAYS += \ |
| 110 | vendor/aosp/overlay/common \ |
| 111 | vendor/aosp/overlay/dictionaries |
| 112 | |
| 113 | # by default, do not update the recovery with system updates |
| 114 | PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false |
| 115 | |
| 116 | $(call inherit-product-if-exists, vendor/extra/product.mk) |