sdk.mk revision b301817223d7163de6827976f8259363ab18c7b8
1#
2# Copyright (C) 2007 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17PRODUCT_POLICY := android.policy_phone
18PRODUCT_PROPERTY_OVERRIDES :=
19
20PRODUCT_PACKAGES := \
21	Calculator \
22	DeskClock \
23	Email2 \
24	Exchange2 \
25	FusedLocation \
26	Gallery \
27	Music \
28	Mms \
29	OpenWnn \
30	libWnnEngDic \
31	libWnnJpnDic \
32	libwnndict \
33	Phone \
34	PinyinIME \
35	Protips \
36	SoftKeyboard \
37	SystemUI \
38	Launcher2 \
39	Development \
40	DrmProvider \
41	Fallback \
42	Settings \
43	SdkSetup \
44	CustomLocale \
45	sqlite3 \
46	InputDevices \
47	LatinIME \
48	CertInstaller \
49	LiveWallpapersPicker \
50	ApiDemos \
51	GestureBuilder \
52	CubeLiveWallpapers \
53	QuickSearchBox \
54	WidgetPreview \
55	monkeyrunner \
56	guavalib \
57	jsr305lib \
58	jython \
59	jsilver \
60	librs_jni \
61	ConnectivityTest \
62	GpsLocationTest \
63	CalendarProvider \
64	Calendar \
65	SmokeTest \
66	SmokeTestApp \
67	rild \
68	LegacyCamera
69
70
71# Define the host tools and libs that are parts of the SDK.
72-include sdk/build/product_sdk.mk
73-include development/build/product_sdk.mk
74
75# audio libraries.
76PRODUCT_PACKAGES += \
77	audio.primary.goldfish \
78	audio_policy.default \
79	local_time.default
80
81
82# Host tools.
83PRODUCT_PACKAGES += \
84	fastboot \
85	emulator-x86 \
86	emulator-arm \
87	emulator-mips \
88	emulator64-x86 \
89	emulator64-arm \
90	emulator64-mips \
91	libOpenglRender \
92	libGLES_CM_translator \
93	libGLES_V2_translator \
94	libEGL_translator \
95	lib64OpenglRender \
96	lib64GLES_CM_translator \
97	lib64GLES_V2_translator \
98	lib64EGL_translator \
99	hierarchyviewer2 \
100	emugen
101
102PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
103
104PRODUCT_COPY_FILES := \
105	device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
106	system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
107	frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
108	frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
109	frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
110	development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
111	development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml \
112	frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
113	frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
114	frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
115	hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
116
117$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
118$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
119$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
120
121# Overrides
122PRODUCT_BRAND := generic
123PRODUCT_NAME := sdk
124PRODUCT_DEVICE := generic
125
126# locale + densities. en_US is both first and in alphabetical order to
127# ensure this is the default locale.
128PRODUCT_LOCALES = \
129	en_US \
130	ldpi \
131	hdpi \
132	mdpi \
133	xhdpi \
134	ar_EG \
135	ar_IL \
136	bg_BG \
137	ca_ES \
138	cs_CZ \
139	da_DK \
140	de_AT \
141	de_CH \
142	de_DE \
143	de_LI \
144	el_GR \
145	en_AU \
146	en_CA \
147	en_GB \
148	en_IE \
149	en_IN \
150	en_NZ \
151	en_SG \
152	en_US \
153	en_ZA \
154	es_ES \
155	es_US \
156	fi_FI \
157	fr_BE \
158	fr_CA \
159	fr_CH \
160	fr_FR \
161	he_IL \
162	hi_IN \
163	hr_HR \
164	hu_HU \
165	id_ID \
166	it_CH \
167	it_IT \
168	ja_JP \
169	ko_KR \
170	lt_LT \
171	lv_LV \
172	nb_NO \
173	nl_BE \
174	nl_NL \
175	pl_PL \
176	pt_BR \
177	pt_PT \
178	ro_RO \
179	ru_RU \
180	sk_SK \
181	sl_SI \
182	sr_RS \
183	sv_SE \
184	th_TH \
185	tl_PH \
186	tr_TR \
187	uk_UA \
188	vi_VN \
189	zh_CN \
190	zh_TW
191
192# include available languages for TTS in the system image
193-include external/svox/pico/lang/PicoLangDeDeInSystem.mk
194-include external/svox/pico/lang/PicoLangEnGBInSystem.mk
195-include external/svox/pico/lang/PicoLangEnUsInSystem.mk
196-include external/svox/pico/lang/PicoLangEsEsInSystem.mk
197-include external/svox/pico/lang/PicoLangFrFrInSystem.mk
198-include external/svox/pico/lang/PicoLangItItInSystem.mk
199