sdk_base.mk revision 9b2323edf73bf3cfbcfe3ef77414169b06e6a9df
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	CubeLiveWallpapers \
22	CustomLocale \
23	Development \
24	DevelopmentSettings \
25	Dialer \
26	EmulatorSmokeTests \
27	Fallback \
28	Gallery \
29	GestureBuilder \
30	Launcher3 \
31	LegacyCamera \
32	librs_jni \
33	libwnndict \
34	libWnnEngDic \
35	libWnnJpnDic \
36	LiveWallpapersPicker \
37	Mms \
38	Music \
39	OpenWnn \
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	frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
69	frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
70	frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
71	device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \
72	frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
73	frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
74	frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
75	hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
76
77include $(SRC_TARGET_DIR)/product/emulator.mk
78
79$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
80$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
81$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
82$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
83$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
84$(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
85$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
86$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
87$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
88$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
89$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
90$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
91
92# include available languages for TTS in the system image
93-include external/svox/pico/lang/PicoLangDeDeInSystem.mk
94-include external/svox/pico/lang/PicoLangEnGBInSystem.mk
95-include external/svox/pico/lang/PicoLangEnUsInSystem.mk
96-include external/svox/pico/lang/PicoLangEsEsInSystem.mk
97-include external/svox/pico/lang/PicoLangFrFrInSystem.mk
98-include external/svox/pico/lang/PicoLangItItInSystem.mk
99
100# locale. en_US is both first and in alphabetical order to
101# ensure this is the default locale.
102PRODUCT_LOCALES := \
103	en_US \
104	ar_EG \
105	ar_IL \
106	bg_BG \
107	ca_ES \
108	cs_CZ \
109	da_DK \
110	de_AT \
111	de_CH \
112	de_DE \
113	de_LI \
114	el_GR \
115	en_AU \
116	en_CA \
117	en_GB \
118	en_IE \
119	en_IN \
120	en_NZ \
121	en_SG \
122	en_US \
123	en_ZA \
124	es_ES \
125	es_US \
126	fi_FI \
127	fr_BE \
128	fr_CA \
129	fr_CH \
130	fr_FR \
131	he_IL \
132	hi_IN \
133	hr_HR \
134	hu_HU \
135	id_ID \
136	it_CH \
137	it_IT \
138	ja_JP \
139	ko_KR \
140	lt_LT \
141	lv_LV \
142	nb_NO \
143	nl_BE \
144	nl_NL \
145	pl_PL \
146	pt_BR \
147	pt_PT \
148	ro_RO \
149	ru_RU \
150	sk_SK \
151	sl_SI \
152	sr_RS \
153	sv_SE \
154	th_TH \
155	tl_PH \
156	tr_TR \
157	uk_UA \
158	vi_VN \
159	zh_CN \
160	zh_TW
161