blob: 4c2cdfbca94e84be1fd00351d57bea00fbc1b994 [file] [log] [blame]
Doug Zongker3f964942013-02-15 14:01:03 -08001#
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 \
Kenny Rootdfaf3842013-04-29 13:25:29 -070041 conscrypt \
Doug Zongker3f964942013-02-15 14:01:03 -080042 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 \
Doug Zongker3f964942013-02-15 14:01:03 -080055 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)