blob: 5dfd330fa22f4849c0f98b49c65faa07774d11fe [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 \
beanstown106ca4a0d22016-12-16 23:56:48 -050011 ro.com.android.dataroaming=false \
12 ro.opa.eligible_device=true
Alberto970ceb8342015-01-02 14:43:15 +010013
14PRODUCT_PROPERTY_OVERRIDES += \
15 ro.build.selinux=1
16
17# Thank you, please drive thru!
18PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
19
Alberto970ceb8342015-01-02 14:43:15 +010020# Bootanimation
21PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053022 vendor/bliss/prebuilt/common/media/bootanimation.zip:system/media/bootanimation.zip
Alberto970ceb8342015-01-02 14:43:15 +010023
24# init.d support
25PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053026 vendor/bliss/prebuilt/common/bin/sysinit:system/bin/sysinit \
27 vendor/bliss/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
28 vendor/bliss/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
Alberto970ceb8342015-01-02 14:43:15 +010029
30# Init file
31PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053032 vendor/bliss/prebuilt/common/etc/init.bliss.rc:root/init.bliss.rc
Alberto970ceb8342015-01-02 14:43:15 +010033
34# Bring in camera effects
35PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053036 vendor/bliss/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
37 vendor/bliss/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
Alberto970ceb8342015-01-02 14:43:15 +010038
39# Enable SIP+VoIP on all targets
40PRODUCT_COPY_FILES += \
41 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
42
43# Enable wireless Xbox 360 controller support
44PRODUCT_COPY_FILES += \
45 frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
46
Alberto970ceb8342015-01-02 14:43:15 +010047# World APN list
48PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053049 vendor/bliss/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
Alberto970ceb8342015-01-02 14:43:15 +010050
Alberto970ceb8342015-01-02 14:43:15 +010051# Selective SPN list for operator number who has the problem.
52PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053053 vendor/bliss/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
Alberto970ceb8342015-01-02 14:43:15 +010054
Alberto970ceb8342015-01-02 14:43:15 +010055PRODUCT_PACKAGE_OVERLAYS += \
Jackeagle5c53cae2016-10-25 15:13:35 +053056 vendor/bliss/overlay/common
Alberto970ceb8342015-01-02 14:43:15 +010057
beanstown10651b99e82015-12-26 04:15:07 -050058# Proprietary latinime libs needed for Keyboard swyping
59ifneq ($(filter arm64,$(TARGET_ARCH)),)
60PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053061 vendor/bliss/prebuilt/common/lib/libjni_latinime.so:system/lib/libjni_latinime.so
beanstown10651b99e82015-12-26 04:15:07 -050062else
63PRODUCT_COPY_FILES += \
Jackeagle5c53cae2016-10-25 15:13:35 +053064 vendor/bliss/prebuilt/common/lib64/libjni_latinime.so:system/lib64/libjni_latinime.so
beanstown10651b99e82015-12-26 04:15:07 -050065endif
66
Alberto970ceb8342015-01-02 14:43:15 +010067# by default, do not update the recovery with system updates
68PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
69
Chirayu Desai9819bc92013-03-20 16:17:17 +053070ifneq ($(TARGET_BUILD_VARIANT),eng)
Chirayu Desai6efc7f82013-02-15 21:16:39 +053071# Enable ADB authentication
72ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
Chirayu Desai9819bc92013-03-20 16:17:17 +053073endif
Chirayu Desai6efc7f82013-02-15 21:16:39 +053074
Joe Maples2dfa0fd2014-12-03 21:09:44 -050075# Squisher Location
76SQUISHER_SCRIPT := vendor/bliss/tools/squisher
77
Jackeagleb99e41d2017-02-04 20:17:05 +053078# Bliss Packages
79-include vendor/bliss/config/bliss_packages.mk
80
81# Bliss Versioning System
82-include vendor/bliss/config/versions.mk
83
Alberto970ceb8342015-01-02 14:43:15 +010084$(call inherit-product-if-exists, vendor/extra/product.mk)