core.mk revision 0650d1503d89f1563978f6006a2f904da7140027
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
17# Base configuration for communication-oriented android devices
18# (phones, tablets, etc.).  If you want a change to apply to ALL
19# devices (including non-phones and non-tablets), modify
20# core_minimal.mk instead.
21
22PRODUCT_PROPERTY_OVERRIDES := \
23    ro.config.notification_sound=OnTheHunt.ogg \
24    ro.config.alarm_alert=Alarm_Classic.ogg
25
26PRODUCT_PACKAGES += \
27    BasicDreams \
28    Browser \
29    Contacts \
30    ContactsProvider \
31    DefaultContainerService \
32    DocumentsUI \
33    ExternalStorageProvider \
34    Home \
35    KeyChain \
36    PicoTts \
37    SharedStorageBackup \
38    TelephonyProvider \
39    UserDictionaryProvider \
40    VpnDialogs \
41    atrace \
42    libandroidfw \
43    libaudiopreprocessing \
44    libaudioutils \
45    libbcc \
46    libfilterpack_imageproc \
47    libgabi++ \
48    libkeystore \
49    libmdnssd \
50    libnfc_ndef \
51    libportable \
52    libpowermanager \
53    libspeexresampler \
54    libstagefright_chromium_http \
55    libstagefright_soft_aacdec \
56    libstagefright_soft_aacenc \
57    libstagefright_soft_amrdec \
58    libstagefright_soft_amrnbenc \
59    libstagefright_soft_amrwbenc \
60    libstagefright_soft_flacenc \
61    libstagefright_soft_g711dec \
62    libstagefright_soft_gsmdec \
63    libstagefright_soft_h264dec \
64    libstagefright_soft_h264enc \
65    libstagefright_soft_mp3dec \
66    libstagefright_soft_mpeg4dec \
67    libstagefright_soft_mpeg4enc \
68    libstagefright_soft_rawdec \
69    libstagefright_soft_vorbisdec \
70    libstagefright_soft_vpxdec \
71    libstagefright_soft_vpxenc \
72    libvariablespeed \
73    libwebrtc_audio_preprocessing \
74    mdnsd \
75    mms-common \
76    requestsync \
77    telephony-common \
78    voip-common
79
80$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
81
82# Override the PRODUCT_BOOT_JARS set in core_minimal.mk
83PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:telephony-common:voip-common:mms-common:android.policy:services:apache-xml:webviewchromium
84