sdk.mk revision 577e914b030bcc746512adb1e5901ac5fdafa876
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_PROPERTY_OVERRIDES :=
18
19PRODUCT_PACKAGES := \
20	ApiDemos \
21	ConnectivityTest \
22	CubeLiveWallpapers \
23	CustomLocale \
24	Development \
25	DevelopmentSettings \
26	Dialer \
27	Fallback \
28	Gallery \
29	GestureBuilder \
30	GpsLocationTest \
31	LegacyCamera \
32	librs_jni \
33	libwnndict \
34	libWnnEngDic \
35	libWnnJpnDic \
36	LiveWallpapersPicker \
37	Mms \
38	Music \
39	OpenWnn \
40	PinyinIME \
41	Protips \
42	rild \
43	SdkSetup \
44	SmokeTest \
45	SmokeTestApp \
46	SmsTest \
47	SoftKeyboard \
48	sqlite3 \
49	SystemUI \
50	WidgetPreview
51
52# Define the host tools and libs that are parts of the SDK.
53-include sdk/build/product_sdk.mk
54-include development/build/product_sdk.mk
55
56# audio libraries.
57PRODUCT_PACKAGES += \
58	audio.primary.goldfish \
59	audio_policy.default \
60	local_time.default
61
62PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
63
64PRODUCT_COPY_FILES := \
65	device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
66	frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
67	frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
68	frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
69	device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
70	device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \
71	frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
72	frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
73	frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
74	hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
75
76include $(SRC_TARGET_DIR)/product/emulator.mk
77
78$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
79$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
80$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
81$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
82$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
83
84# include available languages for TTS in the system image
85-include external/svox/pico/lang/PicoLangDeDeInSystem.mk
86-include external/svox/pico/lang/PicoLangEnGBInSystem.mk
87-include external/svox/pico/lang/PicoLangEnUsInSystem.mk
88-include external/svox/pico/lang/PicoLangEsEsInSystem.mk
89-include external/svox/pico/lang/PicoLangFrFrInSystem.mk
90-include external/svox/pico/lang/PicoLangItItInSystem.mk
91
92# locale + densities. en_US is both first and in alphabetical order to
93# ensure this is the default locale.
94PRODUCT_LOCALES := \
95	en_US \
96	ldpi \
97	hdpi \
98	mdpi \
99	xhdpi \
100	ar_EG \
101	ar_IL \
102	bg_BG \
103	ca_ES \
104	cs_CZ \
105	da_DK \
106	de_AT \
107	de_CH \
108	de_DE \
109	de_LI \
110	el_GR \
111	en_AU \
112	en_CA \
113	en_GB \
114	en_IE \
115	en_IN \
116	en_NZ \
117	en_SG \
118	en_US \
119	en_ZA \
120	es_ES \
121	es_US \
122	fi_FI \
123	fr_BE \
124	fr_CA \
125	fr_CH \
126	fr_FR \
127	he_IL \
128	hi_IN \
129	hr_HR \
130	hu_HU \
131	id_ID \
132	it_CH \
133	it_IT \
134	ja_JP \
135	ko_KR \
136	lt_LT \
137	lv_LV \
138	nb_NO \
139	nl_BE \
140	nl_NL \
141	pl_PL \
142	pt_BR \
143	pt_PT \
144	ro_RO \
145	ru_RU \
146	sk_SK \
147	sl_SI \
148	sr_RS \
149	sv_SE \
150	th_TH \
151	tl_PH \
152	tr_TR \
153	uk_UA \
154	vi_VN \
155	zh_CN \
156	zh_TW
157
158# Overrides
159PRODUCT_BRAND := generic
160PRODUCT_NAME := sdk
161PRODUCT_DEVICE := generic
162