base.mk revision a7877a4674d23b982f5d0d9db83d1039ec1e0ce1
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    am \
22    android.policy \
23    android.test.runner \
24    app_process \
25    applypatch \
26    blkid \
27    bmgr \
28    bugreport \
29    content \
30    dhcpcd \
31    dhcpcd-run-hooks \
32    dnsmasq \
33    framework \
34    framework2 \
35    fsck_msdos \
36    ime \
37    input \
38    javax.obex \
39    libandroid \
40    libandroid_runtime \
41    libandroid_servers \
42    libaudioeffect_jni \
43    libaudioflinger \
44    libbundlewrapper \
45    libcamera_client \
46    libcameraservice \
47    libdl \
48    libeffectproxy \
49    libeffects \
50    libinput \
51    libiprouteutil \
52    libjni_latinime \
53    libjnigraphics \
54    libldnhncr \
55    libmedia \
56    libmedia_jni \
57    libmediaplayerservice \
58    libmtp \
59    libnetlink \
60    libnetutils \
61    libpac \
62    libreference-ril \
63    libreverbwrapper \
64    libril \
65    librtp_jni \
66    libsensorservice \
67    libskia \
68    libsonivox \
69    libsoundpool \
70    libsqlite \
71    libstagefright \
72    libstagefright_amrnb_common \
73    libstagefright_avc_common \
74    libstagefright_enc_common \
75    libstagefright_foundation \
76    libstagefright_omx \
77    libstagefright_yuv \
78    libusbhost \
79    libutils \
80    libvisualizer \
81    libvorbisidec \
82    media \
83    media_cmd \
84    mediaserver \
85    monkey \
86    mtpd \
87    ndc \
88    netcfg \
89    netd \
90    ping \
91    ping6 \
92    platform.xml \
93    pppd \
94    pm \
95    racoon \
96    run-as \
97    schedtest \
98    screenshot \
99    sdcard \
100    services \
101    settings \
102    svc \
103    tc \
104    vdc \
105    vold \
106    webview \
107    wm
108
109
110$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
111