XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame^] | 1 | PRODUCT_BRAND ?= custom |
| 2 | |
| 3 | # bootanimation |
| 4 | PRODUCT_COPY_FILES += \ |
| 5 | vendor/custom/bootanimation.zip:system/media/bootanimation.zip |
| 6 | |
| 7 | # general properties |
| 8 | PRODUCT_PROPERTIES_OVERRIDE += \ |
| 9 | keyguard.no_require_sim=true \ |
| 10 | ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html \ |
| 11 | ro.com.google.clientidbase=android-google \ |
| 12 | ro.com.android.wifi-watchlist=GoogleGuest \ |
| 13 | ro.setupwizard.enterprise_mode=1 \ |
| 14 | ro.com.android.dateformat=MM-dd-yyyy \ |
| 15 | ro.com.android.dataroaming=false \ |
| 16 | persist.sys.root_access=1 |
| 17 | |
| 18 | # enable ADB authentication if not on eng build |
| 19 | ifneq ($(TARGET_BUILD_VARIANT),eng) |
| 20 | ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1 |
| 21 | endif |
| 22 | |
| 23 | # init.d support |
| 24 | PRODUCT_COPY_FILES += \ |
| 25 | vendor/custom/prebuilt/etc/init.d/00banner:system/etc/init.d/00banner \ |
| 26 | vendor/custom/prebuilt/bin/sysinit:system/bin/sysinit |
| 27 | |
| 28 | # Enable SIP and VoIP on all targets |
| 29 | PRODUCT_COPY_FILES += \ |
| 30 | frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml |
| 31 | |
| 32 | # Additional packages |
| 33 | -include vendor/custom/config/packages.mk |
| 34 | |
| 35 | # Versionning |
| 36 | -include vendor/custom/config/version.mk |