base.mk revision c564b691d55d4dcede7ce46248b1a87acf3d2618
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    libjnigraphics \
52    libldnhncr \
53    libmedia \
54    libmedia_jni \
55    libmediaplayerservice \
56    libmtp \
57    libnetlink \
58    libnetutils \
59    libreference-ril \
60    libreverbwrapper \
61    libril \
62    librtp_jni \
63    libsensorservice \
64    libskia \
65    libsonivox \
66    libsoundpool \
67    libsqlite \
68    libstagefright \
69    libstagefright_amrnb_common \
70    libstagefright_avc_common \
71    libstagefright_enc_common \
72    libstagefright_foundation \
73    libstagefright_omx \
74    libstagefright_yuv \
75    libusbhost \
76    libutils \
77    libvisualizer \
78    libvorbisidec \
79    media \
80    media_cmd \
81    mediaserver \
82    monkey \
83    mtpd \
84    ndc \
85    netcfg \
86    netd \
87    ping \
88    ping6 \
89    platform.xml \
90    pppd \
91    pm \
92    racoon \
93    run-as \
94    schedtest \
95    screenshot \
96    sdcard \
97    services \
98    settings \
99    svc \
100    tc \
101    vdc \
102    vold \
103    wm
104
105
106$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
107