base.mk revision af57f8f8cd9e245331505b599dccfa3e9d43fc6a
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    dhcpcd \
30    dhcpcd-run-hooks \
31    dnsmasq \
32    framework \
33    fsck_msdos \
34    ime \
35    javax.obex \
36    libSR_AudioIn \
37    libandroid \
38    libandroid_runtime \
39    libandroid_servers \
40    libaudioeffect_jni \
41    libaudioflinger \
42    libbundlewrapper \
43    libcamera_client \
44    libcameraservice \
45    libchromium_net \
46    libdl \
47    libeffects \
48    libinput \
49    libiprouteutil \
50    libjni_latinime \
51    libjnigraphics \
52    libmedia \
53    libmedia_jni \
54    libmediaplayerservice \
55    libmtp \
56    libnetlink \
57    libnetutils \
58    libpac \
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    libwpa_client \
80    media \
81    media_cmd \
82    mediaserver \
83    monkey \
84    mtpd \
85    ndc \
86    netcfg \
87    netd \
88    ping \
89    ping6 \
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    tc \
102    vdc \
103    vold \
104    webview \
105    wm
106
107
108$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
109