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 \ |
beanstown106 | ca4a0d2 | 2016-12-16 23:56:48 -0500 | [diff] [blame] | 11 | ro.com.android.dataroaming=false \ |
| 12 | ro.opa.eligible_device=true |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 13 | |
| 14 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 15 | ro.build.selinux=1 |
| 16 | |
| 17 | # Thank you, please drive thru! |
| 18 | PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0 |
| 19 | |
Calin | 3de2b01 | 2017-05-05 19:45:42 +0200 | [diff] [blame] | 20 | #Chromium libs |
| 21 | ifeq ($(USE_CHROMIUM), true) |
| 22 | ifeq ($(CHROMIUM_X86), true) |
| 23 | PRODUCT_COPY_FILES += \ |
| 24 | vendor/bliss/Chromium/x86/libs/libchrome.so:system/app/Chromium/lib/x86/libchrome.so \ |
| 25 | vendor/bliss/Chromium/x86/libs/libchromium_android_linker.so:system/app/Chromium/lib/x86/libchromium_android_linker.so |
| 26 | else |
| 27 | PRODUCT_COPY_FILES += \ |
| 28 | vendor/bliss/Chromium/arm/libs/libchrome.so:system/app/Chromium/lib/arm/libchrome.so \ |
| 29 | vendor/bliss/Chromium/arm/libs/libchromium_android_linker.so:system/app/Chromium/lib/arm/libchromium_android_linker.so |
| 30 | endif |
| 31 | PRODUCT_PACKAGES += \ |
| 32 | Chromium |
| 33 | endif |
| 34 | |
Jackeagle | 2e87a9a | 2017-10-01 05:24:50 -0400 | [diff] [blame] | 35 | # Backup Tool |
| 36 | PRODUCT_COPY_FILES += \ |
| 37 | vendor/bliss/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \ |
| 38 | vendor/bliss/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \ |
| 39 | vendor/bliss/prebuilt/common/bin/blacklist:system/addon.d/blacklist \ |
| 40 | vendor/bliss/prebuilt/common/bin/whitelist:system/addon.d/whitelist \ |
Aren Clegg | 0aeb144 | 2017-11-04 14:27:34 -0700 | [diff] [blame] | 41 | vendor/bliss/prebuilt/bin/blacklist:system/addon.d/blacklist |
Jackeagle | 2e87a9a | 2017-10-01 05:24:50 -0400 | [diff] [blame] | 42 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 43 | # init.d support |
| 44 | PRODUCT_COPY_FILES += \ |
Jackeagle | 5c53cae | 2016-10-25 15:13:35 +0530 | [diff] [blame] | 45 | vendor/bliss/prebuilt/common/bin/sysinit:system/bin/sysinit \ |
| 46 | vendor/bliss/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \ |
| 47 | vendor/bliss/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 48 | |
| 49 | # Init file |
| 50 | PRODUCT_COPY_FILES += \ |
Jackeagle | 5c53cae | 2016-10-25 15:13:35 +0530 | [diff] [blame] | 51 | vendor/bliss/prebuilt/common/etc/init.bliss.rc:root/init.bliss.rc |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 52 | |
| 53 | # Bring in camera effects |
| 54 | PRODUCT_COPY_FILES += \ |
Jackeagle | 5c53cae | 2016-10-25 15:13:35 +0530 | [diff] [blame] | 55 | vendor/bliss/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \ |
| 56 | vendor/bliss/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 57 | |
| 58 | # Enable SIP+VoIP on all targets |
| 59 | PRODUCT_COPY_FILES += \ |
| 60 | frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml |
| 61 | |
| 62 | # Enable wireless Xbox 360 controller support |
| 63 | PRODUCT_COPY_FILES += \ |
| 64 | frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl |
| 65 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 66 | # World APN list |
| 67 | PRODUCT_COPY_FILES += \ |
Jackeagle | 5c53cae | 2016-10-25 15:13:35 +0530 | [diff] [blame] | 68 | vendor/bliss/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 69 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 70 | # Selective SPN list for operator number who has the problem. |
| 71 | PRODUCT_COPY_FILES += \ |
Jackeagle | 5c53cae | 2016-10-25 15:13:35 +0530 | [diff] [blame] | 72 | vendor/bliss/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 73 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 74 | PRODUCT_PACKAGE_OVERLAYS += \ |
Jackeagle | 5c53cae | 2016-10-25 15:13:35 +0530 | [diff] [blame] | 75 | vendor/bliss/overlay/common |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 76 | |
Jackeagle | c965ff9 | 2017-08-27 02:49:00 -0400 | [diff] [blame] | 77 | # Proprietary latinime libs needed for Keyboard swyping |
beanstown106 | 51b99e8 | 2015-12-26 04:15:07 -0500 | [diff] [blame] | 78 | ifneq ($(filter arm64,$(TARGET_ARCH)),) |
| 79 | PRODUCT_COPY_FILES += \ |
Jackeagle | c965ff9 | 2017-08-27 02:49:00 -0400 | [diff] [blame] | 80 | vendor/bliss/prebuilt/common/lib/libjni_latinime.so:system/lib/libjni_latinime.so |
beanstown106 | 51b99e8 | 2015-12-26 04:15:07 -0500 | [diff] [blame] | 81 | else |
| 82 | PRODUCT_COPY_FILES += \ |
Jackeagle | c965ff9 | 2017-08-27 02:49:00 -0400 | [diff] [blame] | 83 | vendor/bliss/prebuilt/common/lib64/libjni_latinime.so:system/lib64/libjni_latinime.so |
beanstown106 | 51b99e8 | 2015-12-26 04:15:07 -0500 | [diff] [blame] | 84 | endif |
| 85 | |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 86 | # by default, do not update the recovery with system updates |
| 87 | PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false |
| 88 | |
Chirayu Desai | 9819bc9 | 2013-03-20 16:17:17 +0530 | [diff] [blame] | 89 | ifneq ($(TARGET_BUILD_VARIANT),eng) |
Chirayu Desai | 6efc7f8 | 2013-02-15 21:16:39 +0530 | [diff] [blame] | 90 | # Enable ADB authentication |
Jackeagle | c965ff9 | 2017-08-27 02:49:00 -0400 | [diff] [blame] | 91 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.adb.secure=1 |
Chirayu Desai | 9819bc9 | 2013-03-20 16:17:17 +0530 | [diff] [blame] | 92 | endif |
Chirayu Desai | 6efc7f8 | 2013-02-15 21:16:39 +0530 | [diff] [blame] | 93 | |
codeworkx | b6ed9d2 | 2018-01-06 11:59:30 +0100 | [diff] [blame] | 94 | # Charger |
Adrian DC | c4059fb | 2017-08-18 16:14:47 +0200 | [diff] [blame] | 95 | PRODUCT_PACKAGES += \ |
codeworkx | b6ed9d2 | 2018-01-06 11:59:30 +0100 | [diff] [blame] | 96 | charger_res_images |
| 97 | |
| 98 | # Custom off-mode charger |
| 99 | ifeq ($(WITH_BLISS_CHARGER),true) |
| 100 | PRODUCT_PACKAGES += \ |
Adrian DC | c4059fb | 2017-08-18 16:14:47 +0200 | [diff] [blame] | 101 | bliss_charger_res_images \ |
| 102 | font_log.png \ |
| 103 | libhealthd.bliss |
| 104 | endif |
| 105 | |
Joe Maples | 2dfa0fd | 2014-12-03 21:09:44 -0500 | [diff] [blame] | 106 | # Squisher Location |
| 107 | SQUISHER_SCRIPT := vendor/bliss/tools/squisher |
Jon West | c065208 | 2018-08-13 13:53:52 -0400 | [diff] [blame] | 108 | # Fonts |
| 109 | PRODUCT_COPY_FILES += \ |
Jon West | 7a6b026 | 2018-08-13 16:45:55 -0400 | [diff] [blame] | 110 | vendor/bliss/fonts/GoogleSans-Regular.ttf:system/fonts/GoogleSans-Regular.ttf \ |
| 111 | vendor/bliss/fonts/GoogleSans-Medium.ttf:system/fonts/GoogleSans-Medium.ttf \ |
| 112 | vendor/bliss/fonts/GoogleSans-MediumItalic.ttf:system/fonts/GoogleSans-MediumItalic.ttf \ |
| 113 | vendor/bliss/fonts/GoogleSans-Italic.ttf:system/fonts/GoogleSans-Italic.ttf \ |
| 114 | vendor/bliss/fonts/GoogleSans-Bold.ttf:system/fonts/GoogleSans-Bold.ttf \ |
| 115 | vendor/bliss/fonts/GoogleSans-BoldItalic.ttf:system/fonts/GoogleSans-BoldItalic.ttf |
Jon West | c065208 | 2018-08-13 13:53:52 -0400 | [diff] [blame] | 116 | |
| 117 | |
Jackeagle | c965ff9 | 2017-08-27 02:49:00 -0400 | [diff] [blame] | 118 | # Bliss Versioning System |
| 119 | -include vendor/bliss/config/versions.mk |
Joe Maples | 2c83ab0 | 2017-01-05 19:14:55 -0500 | [diff] [blame] | 120 | |
Jackeagle | b99e41d | 2017-02-04 20:17:05 +0530 | [diff] [blame] | 121 | # Bliss Packages |
| 122 | -include vendor/bliss/config/bliss_packages.mk |
| 123 | |
electrikjesus | 7fdc613 | 2017-01-06 20:52:53 -0500 | [diff] [blame] | 124 | $(call inherit-product-if-exists, vendor/bliss/prebuilt/common/app/Android.mk) |
| 125 | $(call inherit-product-if-exists, vendor/bliss/prebuilt/common/privapp/Android.mk) |
Alberto97 | 0ceb834 | 2015-01-02 14:43:15 +0100 | [diff] [blame] | 126 | $(call inherit-product-if-exists, vendor/extra/product.mk) |
Alex Cruz | 3b3eba7 | 2017-09-01 02:52:47 +0200 | [diff] [blame] | 127 | |
Marko Man | 673aef2 | 2017-12-19 13:37:10 +0100 | [diff] [blame] | 128 | # Prebuilt vi editor |
Vaughn N | 98af9d4 | 2018-04-01 10:38:18 -0400 | [diff] [blame] | 129 | PRODUCT_COPY_FILES += \ |
| 130 | vendor/bliss/prebuilt/common/bin/vi:system/bin/vi |
Griffin Millender | be3bb33 | 2016-10-07 18:16:06 -0500 | [diff] [blame] | 131 | |
| 132 | # Boot Animation |
| 133 | PRODUCT_PACKAGES += \ |
| 134 | bootanimation.zip |