blob: 8b03b94c4d6014ef0aaf680c7abbb49cba9b6a94 [file] [log] [blame]
Ricardo Cerqueira6ed03ff2011-11-28 16:37:47 +00001PRODUCT_BRAND ?= cyanogenmod
2
Koushik Dutta82d0fda2013-02-28 10:33:25 -08003SUPERUSER_EMBEDDED := true
Koushik Dutta9d15c7a2013-03-04 00:37:02 -08004SUPERUSER_PACKAGE_PREFIX := com.android.settings.cyanogenmod.superuser
Koushik Dutta82d0fda2013-02-28 10:33:25 -08005
Steve Kondikba1ca332012-08-21 02:18:40 -07006# To deal with CM9 specifications
7# TODO: remove once all devices have been switched
Steve Kondika8945752012-03-14 00:10:33 -07008ifneq ($(TARGET_BOOTANIMATION_NAME),)
Steve Kondikba1ca332012-08-21 02:18:40 -07009TARGET_SCREEN_DIMENSIONS := $(subst -, $(space), $(subst x, $(space), $(TARGET_BOOTANIMATION_NAME)))
10ifeq ($(TARGET_SCREEN_WIDTH),)
11TARGET_SCREEN_WIDTH := $(word 2, $(TARGET_SCREEN_DIMENSIONS))
12endif
13ifeq ($(TARGET_SCREEN_HEIGHT),)
14TARGET_SCREEN_HEIGHT := $(word 3, $(TARGET_SCREEN_DIMENSIONS))
15endif
16endif
17
18ifneq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
19
20# clear TARGET_BOOTANIMATION_NAME in case it was set for CM9 purposes
21TARGET_BOOTANIMATION_NAME :=
22
23# determine the smaller dimension
24TARGET_BOOTANIMATION_SIZE := $(shell \
25 if [ $(TARGET_SCREEN_WIDTH) -lt $(TARGET_SCREEN_HEIGHT) ]; then \
26 echo $(TARGET_SCREEN_WIDTH); \
27 else \
28 echo $(TARGET_SCREEN_HEIGHT); \
29 fi )
30
31# get a sorted list of the sizes
32bootanimation_sizes := $(subst .zip,, $(shell ls vendor/cm/prebuilt/common/bootanimation))
33bootanimation_sizes := $(shell echo -e $(subst $(space),'\n',$(bootanimation_sizes)) | sort -rn)
34
35# find the appropriate size and set
36define check_and_set_bootanimation
37$(eval TARGET_BOOTANIMATION_NAME := $(shell \
38 if [ -z "$(TARGET_BOOTANIMATION_NAME)" ]; then
39 if [ $(1) -le $(TARGET_BOOTANIMATION_SIZE) ]; then \
40 echo $(1); \
41 exit 0; \
42 fi;
43 fi;
44 echo $(TARGET_BOOTANIMATION_NAME); ))
45endef
46$(foreach size,$(bootanimation_sizes), $(call check_and_set_bootanimation,$(size)))
47
48PRODUCT_COPY_FILES += \
49 vendor/cm/prebuilt/common/bootanimation/$(TARGET_BOOTANIMATION_NAME).zip:system/media/bootanimation.zip
Steve Kondika8945752012-03-14 00:10:33 -070050endif
51
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +000052ifdef CM_NIGHTLY
53PRODUCT_PROPERTY_OVERRIDES += \
54 ro.rommanager.developerid=cyanogenmodnightly
55else
56PRODUCT_PROPERTY_OVERRIDES += \
57 ro.rommanager.developerid=cyanogenmod
58endif
59
60PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
61
62PRODUCT_PROPERTY_OVERRIDES += \
63 keyguard.no_require_sim=true \
64 ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html \
65 ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html \
66 ro.com.google.clientidbase=android-google \
67 ro.com.android.wifi-watchlist=GoogleGuest \
68 ro.setupwizard.enterprise_mode=1 \
69 ro.com.android.dateformat=MM-dd-yyyy \
70 ro.com.android.dataroaming=false
71
Chirayu Desai88401db2013-03-20 16:17:17 +053072ifneq ($(TARGET_BUILD_VARIANT),eng)
Chirayu Desai59df3632013-02-15 21:16:39 +053073# Enable ADB authentication
74ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
Chirayu Desai88401db2013-03-20 16:17:17 +053075endif
Chirayu Desai59df3632013-02-15 21:16:39 +053076
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +000077# Copy over the changelog to the device
78PRODUCT_COPY_FILES += \
79 vendor/cm/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt
80
Warren Togamib1637c82012-03-03 22:37:42 -100081# Backup Tool
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +000082PRODUCT_COPY_FILES += \
Warren Togamib1637c82012-03-03 22:37:42 -100083 vendor/cm/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \
84 vendor/cm/prebuilt/common/bin/backuptool.functions:system/bin/backuptool.functions \
Ricardo Cerqueira129989b2012-12-19 01:11:21 +000085 vendor/cm/prebuilt/common/bin/50-cm.sh:system/addon.d/50-cm.sh \
86 vendor/cm/prebuilt/common/bin/blacklist:system/addon.d/blacklist
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +000087
Steve Kondik485527d2011-12-20 12:14:24 -080088# init.d support
89PRODUCT_COPY_FILES += \
90 vendor/cm/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
91 vendor/cm/prebuilt/common/bin/sysinit:system/bin/sysinit
92
James Sullinseb7799c2012-04-05 20:18:18 -050093# userinit support
94PRODUCT_COPY_FILES += \
95 vendor/cm/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
96
Ricardo Cerqueira8f412cb2012-10-18 16:38:25 +010097# CM-specific init file
98PRODUCT_COPY_FILES += \
99 vendor/cm/prebuilt/common/etc/init.local.rc:root/init.cm.rc
100
Steve Kondik485527d2011-12-20 12:14:24 -0800101# Compcache/Zram support
102PRODUCT_COPY_FILES += \
Steve Kondik485527d2011-12-20 12:14:24 -0800103 vendor/cm/prebuilt/common/bin/compcache:system/bin/compcache \
104 vendor/cm/prebuilt/common/bin/handle_compcache:system/bin/handle_compcache
105
jt1134e59a4162013-01-11 22:24:47 -0600106# Terminal Emulator
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +0000107PRODUCT_COPY_FILES += \
Robert Burns7ce9d9e2013-01-02 10:06:52 -0500108 vendor/cm/proprietary/Term.apk:system/app/Term.apk \
Steve Kondikabfc0792012-09-20 10:26:25 -0700109 vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so
fitsnugly407b3992012-01-14 18:50:25 -0500110
Adam Fardendb2438b2012-03-07 14:34:38 +0100111# Bring in camera effects
fitsnugly407b3992012-01-14 18:50:25 -0500112PRODUCT_COPY_FILES += \
fitsnuglyc1c6ce22012-01-12 01:10:39 -0500113 vendor/cm/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
114 vendor/cm/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +0000115
116# Enable SIP+VoIP on all targets
117PRODUCT_COPY_FILES += \
Ricardo Cerqueira3ff9b6f2012-07-11 11:21:50 +0100118 frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +0000119
sleeplessninja918a7ea2013-01-30 14:45:20 -0600120# Enable wireless Xbox 360 controller support
121PRODUCT_COPY_FILES += \
122 frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
123
Steve Kondike0c12da2012-03-25 17:21:32 -0700124# This is CM!
125PRODUCT_COPY_FILES += \
126 vendor/cm/config/permissions/com.cyanogenmod.android.xml:system/etc/permissions/com.cyanogenmod.android.xml
127
Mike Kasick511d6092012-01-26 17:54:31 -0500128# Don't export PS1 in /system/etc/mkshrc.
129PRODUCT_COPY_FILES += \
130 vendor/cm/prebuilt/common/etc/mkshrc:system/etc/mkshrc
131
Ricardo Cerqueira9f75d842012-05-04 10:15:56 +0100132# T-Mobile theme engine
133include vendor/cm/config/themes_common.mk
134
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +0000135# Required CM packages
136PRODUCT_PACKAGES += \
Steve Kondike0c297d2011-12-20 16:16:01 -0800137 Camera \
138 Development \
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +0000139 LatinIME \
Koushik Dutta05dc42e2011-11-25 18:02:09 -0800140 Superuser \
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +0000141 su
142
143# Optional CM packages
144PRODUCT_PACKAGES += \
Koushik Dutta74d3bad2011-11-27 13:00:30 -0800145 VideoEditor \
146 VoiceDialer \
Warren Togami5960a702012-02-22 09:22:42 -1000147 SoundRecorder \
Andreas Schneidera69dc022012-08-28 12:21:46 +0200148 Basic
Koushik Dutta8387c322011-11-26 17:31:19 -0800149
Steve Kondik04a49412011-12-14 14:02:19 -0800150# Custom CM packages
151PRODUCT_PACKAGES += \
nebkat0acffd52011-12-22 16:47:22 +0000152 Trebuchet \
Steve Kondik04a49412011-12-14 14:02:19 -0800153 DSPManager \
Steve Kondika25e4e02011-12-14 22:27:07 -0800154 libcyanogen-dsp \
Steve Kondikfcc16102012-05-05 16:23:24 -0700155 audio_effects.conf \
Ricardo Cerqueira3dc43542012-05-25 04:31:26 +0400156 CMWallpapers \
Ricardo Cerqueira2526fef2012-09-29 17:17:45 +0100157 Apollo \
Steve Kondik7bd61212012-10-31 22:40:46 -0700158 CMUpdater \
DvTonderf0074032012-12-30 13:37:40 -0500159 CMFileManager \
160 LockClock
Steve Kondik04a49412011-12-14 14:02:19 -0800161
Sebastian Schmidt7d5de0c2012-04-15 11:39:25 +0200162# Extra tools in CM
163PRODUCT_PACKAGES += \
Steve Kondik08980282012-07-05 01:20:47 -0700164 openvpn \
165 e2fsck \
166 mke2fs \
Steve Kondik1949eb52012-09-20 17:09:07 -0700167 tune2fs \
168 bash \
169 vim \
170 nano \
171 htop \
172 powertop \
173 lsof
Sebastian Schmidt7d5de0c2012-04-15 11:39:25 +0200174
Chirayu Desai8636d672012-07-19 16:04:25 +0530175# Openssh
176PRODUCT_PACKAGES += \
177 scp \
178 sftp \
179 ssh \
180 sshd \
181 sshd_config \
182 ssh-keygen \
Chirayu Desai4bacf672012-08-19 17:30:04 +0530183 start-ssh
184
185# rsync
186PRODUCT_PACKAGES += \
187 rsync
Chirayu Desai8636d672012-07-19 16:04:25 +0530188
Koushik Duttac6f7a492011-11-28 07:44:23 -0800189PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
Steve Kondik254db262011-12-20 15:02:07 -0800190PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/common
Koushik Duttac6f7a492011-11-28 07:44:23 -0800191
Ricardo Cerqueiraed3e91e2012-07-11 16:05:12 +0100192PRODUCT_VERSION_MAJOR = 10
Chirayu Desai909ce862012-11-22 15:50:54 +0530193PRODUCT_VERSION_MINOR = 1
194PRODUCT_VERSION_MAINTENANCE = 0-RC0
Koushik Duttac6f7a492011-11-28 07:44:23 -0800195
Warren Togami2128e2f2012-05-06 19:49:33 -1000196# Set CM_BUILDTYPE
Koushik Duttac6f7a492011-11-28 07:44:23 -0800197ifdef CM_NIGHTLY
Warren Togami2128e2f2012-05-06 19:49:33 -1000198 CM_BUILDTYPE := NIGHTLY
199endif
200ifdef CM_EXPERIMENTAL
201 CM_BUILDTYPE := EXPERIMENTAL
202endif
203ifdef CM_RELEASE
204 CM_BUILDTYPE := RELEASE
205endif
206
Ricardo Cerqueirad8e76662012-06-08 11:08:15 +0100207ifdef CM_BUILDTYPE
208 ifdef CM_EXTRAVERSION
209 # Force build type to EXPERIMENTAL
210 CM_BUILDTYPE := EXPERIMENTAL
211 # Add leading dash to CM_EXTRAVERSION
212 CM_EXTRAVERSION := -$(CM_EXTRAVERSION)
213 endif
214else
215 # If CM_BUILDTYPE is not defined, set to UNOFFICIAL
Warren Togami2128e2f2012-05-06 19:49:33 -1000216 CM_BUILDTYPE := UNOFFICIAL
Ricardo Cerqueirad8e76662012-06-08 11:08:15 +0100217 CM_EXTRAVERSION :=
Warren Togami2128e2f2012-05-06 19:49:33 -1000218endif
219
220ifdef CM_RELEASE
221 CM_VERSION := $(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR).$(PRODUCT_VERSION_MAINTENANCE)$(PRODUCT_VERSION_DEVICE_SPECIFIC)-$(CM_BUILD)
Koushik Duttac6f7a492011-11-28 07:44:23 -0800222else
Chirayu Desaie6e61632012-12-04 19:16:48 +0530223 ifeq ($(PRODUCT_VERSION_MINOR),0)
224 CM_VERSION := $(PRODUCT_VERSION_MAJOR)-$(shell date -u +%Y%m%d)-$(CM_BUILDTYPE)-$(CM_BUILD)$(CM_EXTRAVERSION)
225 else
226 CM_VERSION := $(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)-$(shell date -u +%Y%m%d)-$(CM_BUILDTYPE)-$(CM_BUILD)$(CM_EXTRAVERSION)
227 endif
Koushik Duttac6f7a492011-11-28 07:44:23 -0800228endif
Koushik Duttad69b2922012-02-23 14:07:44 -0800229
230PRODUCT_PROPERTY_OVERRIDES += \
231 ro.cm.version=$(CM_VERSION) \
Warren Togamib1637c82012-03-03 22:37:42 -1000232 ro.modversion=$(CM_VERSION)
Ricardo Cerqueirad5422742012-11-13 10:42:11 +0000233
234
235-include $(WORKSPACE)/hudson/image-auto-bits.mk