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