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 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 26 | # Bootanimation |
| 27 | PRODUCT_COPY_FILES += \ |
| 28 | vendor/aosp/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip |
| 29 | |
| 30 | # init.d support |
| 31 | PRODUCT_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 |
| 37 | PRODUCT_COPY_FILES += \ |
Meninblack007 | e54ceba | 2015-11-29 07:03:02 -0500 | [diff] [blame^] | 38 | vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.local.rc |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 39 | |
| 40 | # Bring in camera effects |
| 41 | PRODUCT_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 |
| 46 | PRODUCT_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 |
| 50 | PRODUCT_COPY_FILES += \ |
| 51 | frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl |
| 52 | |
| 53 | # Misc packages |
| 54 | PRODUCT_PACKAGES += \ |
| 55 | BluetoothExt \ |
Ricardo Cerqueira | 2535a2e | 2015-01-04 01:55:24 +0000 | [diff] [blame] | 56 | libemoji \ |
Alberto97 | 9beac43 | 2015-09-09 14:34:57 +0200 | [diff] [blame] | 57 | libsepol \ |
| 58 | e2fsck \ |
| 59 | mke2fs \ |
| 60 | tune2fs \ |
| 61 | bash \ |
| 62 | nano \ |
| 63 | htop \ |
| 64 | powertop \ |
| 65 | lsof \ |
| 66 | mount.exfat \ |
| 67 | fsck.exfat \ |
| 68 | mkfs.exfat \ |
| 69 | mkfs.f2fs \ |
| 70 | fsck.f2fs \ |
| 71 | fibmap.f2fs \ |
| 72 | ntfsfix \ |
| 73 | ntfs-3g \ |
| 74 | gdbserver \ |
| 75 | micro_bench \ |
| 76 | oprofiled \ |
| 77 | sqlite3 \ |
| 78 | strace \ |
Ricardo Cerqueira | 2535a2e | 2015-01-04 01:55:24 +0000 | [diff] [blame] | 79 | Terminal |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 80 | |
| 81 | # Stagefright FFMPEG plugin |
| 82 | PRODUCT_PACKAGES += \ |
Steve Kondik | d10712b | 2015-07-08 09:53:12 -0700 | [diff] [blame] | 83 | libffmpeg_extractor \ |
| 84 | libffmpeg_omx \ |
Steve Kondik | d1ac4dd | 2015-06-18 02:22:35 -0700 | [diff] [blame] | 85 | media_codecs_ffmpeg.xml |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 86 | |
Steve Kondik | d10712b | 2015-07-08 09:53:12 -0700 | [diff] [blame] | 87 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 88 | media.sf.omx-plugin=libffmpeg_omx.so \ |
| 89 | media.sf.extractor-plugin=libffmpeg_extractor.so |
| 90 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 91 | # Telephony packages |
| 92 | PRODUCT_PACKAGES += \ |
| 93 | CellBroadcastReceiver \ |
Alberto97 | 2f8ecb6 | 2015-01-30 12:38:43 +0100 | [diff] [blame] | 94 | Stk |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 95 | |
| 96 | # Mms depends on SoundRecorder for recorded audio messages |
| 97 | PRODUCT_PACKAGES += \ |
| 98 | SoundRecorder |
| 99 | |
| 100 | # World APN list |
| 101 | PRODUCT_COPY_FILES += \ |
| 102 | vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
| 103 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 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 | |
Chirayu Desai | 9819bc9 | 2013-03-20 16:17:17 +0530 | [diff] [blame] | 116 | ifneq ($(TARGET_BUILD_VARIANT),eng) |
Chirayu Desai | 6efc7f8 | 2013-02-15 21:16:39 +0530 | [diff] [blame] | 117 | # Enable ADB authentication |
| 118 | ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1 |
Chirayu Desai | 9819bc9 | 2013-03-20 16:17:17 +0530 | [diff] [blame] | 119 | endif |
Chirayu Desai | 6efc7f8 | 2013-02-15 21:16:39 +0530 | [diff] [blame] | 120 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 121 | $(call inherit-product-if-exists, vendor/extra/product.mk) |