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