blob: 35451c3740db205005c953657822b6220a88f4a1 [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
Andrew Dodd3fa72fb2013-09-28 12:19:27 -040028# userinit support
29PRODUCT_COPY_FILES += \
30 vendor/custom/prebuilt/etc/init.d/90userinit:system/etc/init.d/90userinit
31
32# Init script file with custom extras
33PRODUCT_COPY_FILES += \
34 vendor/custom/prebuilt/etc/init.local.rc:root/init.custom.rc
35
XpLoDWilD12d3aaf2013-08-24 14:21:46 +020036# Enable SIP and VoIP on all targets
37PRODUCT_COPY_FILES += \
38 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
39
40# Additional packages
41-include vendor/custom/config/packages.mk
42
43# Versionning
44-include vendor/custom/config/version.mk
xplodwild66d36bb2013-08-24 17:13:14 +010045
46# Add our overlays
47PRODUCT_PACKAGE_OVERLAYS += vendor/custom/overlay/common