core.mk revision b5e2c29dbabe98e76928d498da62bb33b3e20772
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    ProxyHandler \
38    SharedStorageBackup \
39    TelephonyProvider \
40    UserDictionaryProvider \
41    VpnDialogs \
42    atrace \
43    libandroidfw \
44    libaudiopreprocessing \
45    libaudioutils \
46    libbcc \
47    libfilterpack_imageproc \
48    libgabi++ \
49    libkeystore \
50    libmdnssd \
51    libnfc_ndef \
52    libportable \
53    libpowermanager \
54    libspeexresampler \
55    libstagefright_chromium_http \
56    libstagefright_soft_aacdec \
57    libstagefright_soft_aacenc \
58    libstagefright_soft_amrdec \
59    libstagefright_soft_amrnbenc \
60    libstagefright_soft_amrwbenc \
61    libstagefright_soft_flacenc \
62    libstagefright_soft_g711dec \
63    libstagefright_soft_gsmdec \
64    libstagefright_soft_h264dec \
65    libstagefright_soft_h264enc \
66    libstagefright_soft_mp3dec \
67    libstagefright_soft_mpeg4dec \
68    libstagefright_soft_mpeg4enc \
69    libstagefright_soft_rawdec \
70    libstagefright_soft_vorbisdec \
71    libstagefright_soft_vpxdec \
72    libstagefright_soft_vpxenc \
73    libvariablespeed \
74    libwebrtc_audio_preprocessing \
75    mdnsd \
76    mms-common \
77    requestsync \
78    screenrecord \
79    telephony-common \
80    voip-common
81
82$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
83
84# Override the PRODUCT_BOOT_JARS set in core_minimal.mk
85PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:telephony-common:voip-common:mms-common:android.policy:services:apache-xml:webviewchromium
86