base.mk revision acc5296cb979ede30b07e62f4b6d9496ddc24fbd
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    framework2 \
36    fsck_msdos \
37    ime \
38    input \
39    inputflinger \
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    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