core_minimal.mk revision 2092dc9dbcb2016bfaf861d20da69fa80255e79c
1#
2# Copyright (C) 2013 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 most consumer android devices.  Do not put
18# things that are specific to communication devices (phones, tables,
19# etc.) here -- for that, use core.mk.
20
21PRODUCT_BRAND := generic
22PRODUCT_DEVICE := generic
23PRODUCT_NAME := core
24
25PRODUCT_PACKAGES += \
26    ApplicationsProvider \
27    BackupRestoreConfirmation \
28    DownloadProvider \
29    DownloadProviderUi \
30    HTMLViewer \
31    MediaProvider \
32    PackageInstaller \
33    SettingsProvider \
34    Shell \
35    apache-xml \
36    bouncycastle \
37    bu \
38    cacerts \
39    com.android.location.provider \
40    com.android.location.provider.xml \
41    conscrypt \
42    core \
43    core-junit \
44    dalvikvm \
45    dexdeps \
46    dexdump \
47    dexlist \
48    dexopt \
49    dmtracedump \
50    drmserver \
51    dx \
52    ext \
53    framework-res \
54    hprof-conv \
55    installd \
56    ip \
57    ip-up-vpn \
58    ip6tables \
59    iptables \
60    keystore \
61    keystore.default \
62    libOpenMAXAL \
63    libOpenSLES \
64    libcrypto \
65    libdownmix \
66    libdvm \
67    libdrmframework \
68    libdrmframework_jni \
69    libexpat \
70    libfilterfw \
71    libicui18n \
72    libicuuc \
73    libjavacore \
74    libnativehelper \
75    libsqlite_jni \
76    libssl \
77    libwilhelm \
78    libz \
79    make_ext4fs \
80    screencap \
81    sensorservice \
82    uiautomator
83
84$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
85