base.mk revision b0baa27f3d16858ada934d0769d173644760e6b4
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    input \
38    inputflinger \
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    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