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