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