xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 1 | PRODUCT_BRAND ?= omni |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 2 | |
| 3 | # bootanimation |
| 4 | PRODUCT_COPY_FILES += \ |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 5 | vendor/omni/bootanimation.zip:system/media/bootanimation.zip |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 6 | |
| 7 | # general properties |
maxwen | 461587b | 2013-11-10 15:55:47 +0100 | [diff] [blame^] | 8 | PRODUCT_PROPERTY_OVERRIDES += \ |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 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 | |
Andrew Dodd | 0c20901 | 2013-09-28 15:34:25 -0400 | [diff] [blame] | 23 | # Backup Tool |
| 24 | PRODUCT_COPY_FILES += \ |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 25 | vendor/omni/prebuilt/bin/backuptool.sh:system/bin/backuptool.sh \ |
| 26 | vendor/omni/prebuilt/bin/backuptool.functions:system/bin/backuptool.functions \ |
| 27 | vendor/omni/prebuilt/bin/50-hosts.sh:system/addon.d/50-hosts.sh \ |
| 28 | vendor/omni/prebuilt/bin/blacklist:system/addon.d/blacklist |
Andrew Dodd | 0c20901 | 2013-09-28 15:34:25 -0400 | [diff] [blame] | 29 | |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 30 | # init.d support |
| 31 | PRODUCT_COPY_FILES += \ |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 32 | vendor/omni/prebuilt/etc/init.d/00banner:system/etc/init.d/00banner \ |
| 33 | vendor/omni/prebuilt/bin/sysinit:system/bin/sysinit |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 34 | |
Andrew Dodd | 3fa72fb | 2013-09-28 12:19:27 -0400 | [diff] [blame] | 35 | # userinit support |
| 36 | PRODUCT_COPY_FILES += \ |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 37 | vendor/omni/prebuilt/etc/init.d/90userinit:system/etc/init.d/90userinit |
Andrew Dodd | 3fa72fb | 2013-09-28 12:19:27 -0400 | [diff] [blame] | 38 | |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 39 | # Init script file with omni extras |
Andrew Dodd | 3fa72fb | 2013-09-28 12:19:27 -0400 | [diff] [blame] | 40 | PRODUCT_COPY_FILES += \ |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 41 | vendor/omni/prebuilt/etc/init.local.rc:root/init.omni.rc |
Andrew Dodd | 3fa72fb | 2013-09-28 12:19:27 -0400 | [diff] [blame] | 42 | |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 43 | # Enable SIP and VoIP on all targets |
| 44 | PRODUCT_COPY_FILES += \ |
| 45 | frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml |
| 46 | |
| 47 | # Additional packages |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 48 | -include vendor/omni/config/packages.mk |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 49 | |
Richard Bankole | c2dddef | 2013-10-24 10:22:37 -0500 | [diff] [blame] | 50 | # Versioning |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 51 | -include vendor/omni/config/version.mk |
xplodwild | 66d36bb | 2013-08-24 17:13:14 +0100 | [diff] [blame] | 52 | |
| 53 | # Add our overlays |
xplodwild | b3e27ae | 2013-10-17 11:06:27 +0100 | [diff] [blame] | 54 | PRODUCT_PACKAGE_OVERLAYS += vendor/omni/overlay/common |