base.mk revision 20d5476f7fcdd7e0d11c9326e1ffd5697fd7ae4f
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    inputflinger \
38    javax.obex \
39    libandroid \
40    libandroid_runtime \
41    libandroid_servers \
42    libaudioeffect_jni \
43    libaudioflinger \
44    libaudiopolicy \
45    libbundlewrapper \
46    libcamera_client \
47    libcameraservice \
48    libdl \
49    libeffectproxy \
50    libeffects \
51    libinput \
52    libinputflinger \
53    libiprouteutil \
54    libjni_latinime \
55    libjnigraphics \
56    libldnhncr \
57    libmedia \
58    libmedia_jni \
59    libmediaplayerservice \
60    libmtp \
61    libnetlink \
62    libnetutils \
63    libpac \
64    libreference-ril \
65    libreverbwrapper \
66    libril \
67    librtp_jni \
68    libsensorservice \
69    libskia \
70    libsonivox \
71    libsoundpool \
72    libsqlite \
73    libstagefright \
74    libstagefright_amrnb_common \
75    libstagefright_avc_common \
76    libstagefright_enc_common \
77    libstagefright_foundation \
78    libstagefright_omx \
79    libstagefright_yuv \
80    libusbhost \
81    libutils \
82    libvisualizer \
83    libvorbisidec \
84    libwifi-service \
85    media \
86    media_cmd \
87    mediaserver \
88    monkey \
89    mtpd \
90    ndc \
91    netcfg \
92    netd \
93    ping \
94    ping6 \
95    platform.xml \
96    pppd \
97    pm \
98    racoon \
99    run-as \
100    schedtest \
101    screenshot \
102    sdcard \
103    services \
104    settings \
105    svc \
106    tc \
107    vdc \
108    vold \
109    webview \
110    wm
111
112
113$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
114