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