blob: afde9b58023cfd077c1ec1284fbea1b9bbe4b87e [file] [log] [blame]
Joe Onorato22273e62012-07-23 18:20:07 -07001#
2# Copyright (C) 2012 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 modules (will move elsewhere, previously user tagged)
18PRODUCT_PACKAGES += \
19 20-dns.conf \
20 95-configured \
21 adb \
22 adbd \
23 am \
24 android.policy \
25 android.test.runner \
26 app_process \
27 applypatch \
28 bmgr \
29 bootanimation \
30 bugreport \
31 content \
32 dbus-daemon \
33 debuggerd \
34 dhcpcd \
35 dhcpcd-run-hooks \
36 dnsmasq \
37 dumpstate \
38 dumpsys \
39 framework \
40 fsck_msdos \
41 gralloc.default \
42 gzip \
43 ime \
44 init \
45 input \
46 javax.obex \
47 libEGL \
48 libETC1 \
49 libFFTEm \
50 libGLES_android \
51 libGLESv1_CM \
52 libGLESv2 \
53 libSR_AudioIn \
54 libandroid \
55 libandroid_runtime \
56 libandroid_servers \
57 libaudioeffect_jni \
58 libaudioflinger \
59 libbinder \
60 libbundlewrapper \
61 libc \
62 libcamera_client \
63 libcameraservice \
64 libchromium_net \
65 libctest \
66 libcutils \
67 libdbus \
68 libdl \
69 libdrm1 \
70 libdrm1_jni \
71 libeffects \
72 libgui \
73 libhardware \
74 libhardware_legacy \
75 libiprouteutil \
76 libjni_latinime \
77 libjnigraphics \
78 libjpeg \
79 liblog \
80 libm \
81 libmedia \
82 libmedia_jni \
83 libmediaplayerservice \
84 libmtp \
85 libnetlink \
86 libnetutils \
87 libpixelflinger \
88 libpower \
89 libreference-ril \
90 libreverbwrapper \
91 libril \
92 librtp_jni \
93 libsensorservice \
94 libskia \
95 libsonivox \
96 libsoundpool \
97 libsqlite \
98 libstagefright \
99 libstagefright_amrnb_common \
100 libstagefright_avc_common \
101 libstagefright_enc_common \
102 libstagefright_foundation \
103 libstagefright_omx \
104 libstagefright_yuv \
105 libstdc++ \
106 libstlport \
107 libsurfaceflinger \
108 libsurfaceflinger_client \
109 libsystem_server \
110 libsysutils \
111 libthread_db \
112 libui \
113 libusbhost \
114 libutils \
115 libvisualizer \
116 libvorbisidec \
117 libwebcore \
118 libwpa_client \
119 linker \
120 logcat \
121 logwrapper \
122 mediaserver \
123 monkey \
124 mtpd \
125 ndc \
126 netcfg \
127 netd \
128 ping \
129 platform.xml \
130 pppd \
131 pm \
132 racoon \
133 run-as \
134 schedtest \
135 screenshot \
136 sdcard \
137 service \
138 servicemanager \
139 services \
140 surfaceflinger \
141 svc \
142 system_server \
143 tc \
144 toolbox \
145 vdc \
146 vold
147