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