base.mk revision b23917737ff736bb82a44954060a21efcc2cdb09
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    bmgr \
27    bugreport \
28    content \
29    dbus-daemon \
30    dhcpcd \
31    dhcpcd-run-hooks \
32    dnsmasq \
33    framework \
34    fsck_msdos \
35    ime \
36    javax.obex \
37    libSR_AudioIn \
38    libandroid \
39    libandroid_runtime \
40    libandroid_servers \
41    libaudioeffect_jni \
42    libaudioflinger \
43    libbundlewrapper \
44    libcamera_client \
45    libcameraservice \
46    libchromium_net \
47    libdbus \
48    libdl \
49    libdrm1 \
50    libdrm1_jni \
51    libeffects \
52    libiprouteutil \
53    libjni_latinime \
54    libjnigraphics \
55    libmedia \
56    libmedia_jni \
57    libmediaplayerservice \
58    libmtp \
59    libnetlink \
60    libnetutils \
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    libsystem_server \
78    libusbhost \
79    libutils \
80    libvisualizer \
81    libvorbisidec \
82    libwpa_client \
83    mediaserver \
84    monkey \
85    mtpd \
86    ndc \
87    netcfg \
88    netd \
89    ping \
90    platform.xml \
91    pppd \
92    pm \
93    racoon \
94    run-as \
95    schedtest \
96    screenshot \
97    sdcard \
98    services \
99    settings \
100    svc \
101    system_server \
102    tc \
103    vdc \
104    vold \
105    webview
106
107$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
108