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