core_minimal.mk revision dfaf384309d523a30bedcb9fe6da1074bafbe990
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    icu.dat \
56    installd \
57    ip \
58    ip-up-vpn \
59    ip6tables \
60    iptables \
61    keystore \
62    keystore.default \
63    libOpenMAXAL \
64    libOpenSLES \
65    libcrypto \
66    libdownmix \
67    libdvm \
68    libdrmframework \
69    libdrmframework_jni \
70    libexpat \
71    libfilterfw \
72    libicui18n \
73    libicuuc \
74    libjavacore \
75    libnativehelper \
76    libsqlite_jni \
77    libssl \
78    libwilhelm \
79    libz \
80    make_ext4fs \
81    screencap \
82    sensorservice \
83    uiautomator
84
85$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
86