base.mk revision 4acd27dfb3dd05e6ac034369b72c994d533cca6b
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    media \
84    media_cmd \
85    mediaserver \
86    monkey \
87    mtpd \
88    ndc \
89    netcfg \
90    netd \
91    ping \
92    platform.xml \
93    pppd \
94    pm \
95    racoon \
96    run-as \
97    schedtest \
98    screenshot \
99    sdcard \
100    services \
101    settings \
102    svc \
103    system_server \
104    tc \
105    vdc \
106    vold \
107    webview \
108    wm
109
110
111$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
112