blob: f6d7dd1306d36e5163bf0d20a3a2bb8c32f94605 [file] [log] [blame]
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_PROPERTY_OVERRIDES += \
keyguard.no_require_sim=true \
ro.com.google.clientidbase=android-google \
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html \
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html \
ro.com.android.wifi-watchlist=GoogleGuest \
ro.setupwizard.enterprise_mode=1 \
ro.com.android.dateformat=MM-dd-yyyy \
ro.com.android.dataroaming=false
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.selinux=1
# Thank you, please drive thru!
PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
# Backup Tool
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
vendor/aosp/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
vendor/aosp/prebuilt/common/bin/50-base.sh:system/addon.d/50-base.sh \
vendor/aosp/prebuilt/common/bin/blacklist:system/addon.d/blacklist
# Bootanimation
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip
# init.d support
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/bin/sysinit:system/bin/sysinit \
vendor/aosp/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
vendor/aosp/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
# Init file
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/etc/init.local.rc:root/init.cm.rc
# Bring in camera effects
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
vendor/aosp/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
# Enable SIP+VoIP on all targets
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
# Enable wireless Xbox 360 controller support
PRODUCT_COPY_FILES += \
frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
# Misc packages
PRODUCT_PACKAGES += \
BluetoothExt \
libemoji \
Terminal
# Stagefright FFMPEG plugin
PRODUCT_PACKAGES += \
libstagefright_soft_ffmpegadec \
libstagefright_soft_ffmpegvdec \
libFFmpegExtractor \
media_codecs_ffmpeg.xml
# Telephony packages
PRODUCT_PACKAGES += \
CellBroadcastReceiver \
Stk
# Mms depends on SoundRecorder for recorded audio messages
PRODUCT_PACKAGES += \
SoundRecorder
# World APN list
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
# Selective SPN list for operator number who has the problem.
PRODUCT_COPY_FILES += \
vendor/aosp/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
# Overlays & Include LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += \
vendor/aosp/overlay/common \
vendor/aosp/overlay/dictionaries
# by default, do not update the recovery with system updates
PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
# Chromium Prebuilt
ifeq ($(PRODUCT_PREBUILT_WEBVIEWCHROMIUM),yes)
-include prebuilts/chromium/$(TARGET_DEVICE)/chromium_prebuilt.mk
endif
$(call inherit-product-if-exists, vendor/extra/product.mk)