blob: f1297a242feea6df55fcbadea6be8f0557f81027 [file] [log] [blame]
XpLoDWilD12d3aaf2013-08-24 14:21:46 +02001PRODUCT_BRAND ?= custom
2
3# bootanimation
4PRODUCT_COPY_FILES += \
5 vendor/custom/bootanimation.zip:system/media/bootanimation.zip
6
7# general properties
8PRODUCT_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
19ifneq ($(TARGET_BUILD_VARIANT),eng)
20ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
21endif
22
23# init.d support
24PRODUCT_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
29PRODUCT_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