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