base.mk revision 59254f1194049146d560bfa003bb434b64232630
1#
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    libsurfaceflinger_ddmconnection \
110    libsystem_server \
111    libsysutils \
112    libthread_db \
113    libui \
114    libusbhost \
115    libutils \
116    libvisualizer \
117    libvorbisidec \
118    libwebcore \
119    libwpa_client \
120    linker \
121    logcat \
122    logwrapper \
123    mediaserver \
124    monkey \
125    mtpd \
126    ndc \
127    netcfg \
128    netd \
129    ping \
130    platform.xml \
131    pppd \
132    pm \
133    racoon \
134    run-as \
135    schedtest \
136    screenshot \
137    sdcard \
138    service \
139    servicemanager \
140    services \
141    surfaceflinger \
142    svc \
143    system_server \
144    tc \
145    toolbox \
146    vdc \
147    vold
148
149