blob: 68fed429d8755c8a8fbc891e2d7ed398a916b3c0 [file] [log] [blame]
Joe Onorato22273e62012-07-23 18:20:07 -07001#
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 \
Joe Onorato22273e62012-07-23 18:20:07 -070021 am \
22 android.policy \
23 android.test.runner \
24 app_process \
25 applypatch \
26 bmgr \
Joe Onorato22273e62012-07-23 18:20:07 -070027 bugreport \
28 content \
29 dbus-daemon \
Joe Onorato22273e62012-07-23 18:20:07 -070030 dhcpcd \
31 dhcpcd-run-hooks \
32 dnsmasq \
Joe Onorato22273e62012-07-23 18:20:07 -070033 framework \
34 fsck_msdos \
Joe Onorato22273e62012-07-23 18:20:07 -070035 ime \
Joe Onorato22273e62012-07-23 18:20:07 -070036 javax.obex \
Joe Onorato22273e62012-07-23 18:20:07 -070037 libSR_AudioIn \
38 libandroid \
39 libandroid_runtime \
40 libandroid_servers \
41 libaudioeffect_jni \
42 libaudioflinger \
Joe Onorato22273e62012-07-23 18:20:07 -070043 libbundlewrapper \
Joe Onorato22273e62012-07-23 18:20:07 -070044 libcamera_client \
45 libcameraservice \
46 libchromium_net \
Joe Onorato22273e62012-07-23 18:20:07 -070047 libdbus \
48 libdl \
49 libdrm1 \
50 libdrm1_jni \
51 libeffects \
Joe Onorato22273e62012-07-23 18:20:07 -070052 libiprouteutil \
53 libjni_latinime \
54 libjnigraphics \
Joe Onorato22273e62012-07-23 18:20:07 -070055 libmedia \
56 libmedia_jni \
57 libmediaplayerservice \
58 libmtp \
59 libnetlink \
60 libnetutils \
Joe Onorato22273e62012-07-23 18:20:07 -070061 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 \
Joe Onorato22273e62012-07-23 18:20:07 -070077 libsystem_server \
Joe Onorato22273e62012-07-23 18:20:07 -070078 libusbhost \
79 libutils \
80 libvisualizer \
81 libvorbisidec \
82 libwebcore \
83 libwpa_client \
Joe Onorato22273e62012-07-23 18:20:07 -070084 mediaserver \
85 monkey \
86 mtpd \
87 ndc \
88 netcfg \
89 netd \
90 ping \
91 platform.xml \
92 pppd \
93 pm \
94 racoon \
95 run-as \
96 schedtest \
97 screenshot \
98 sdcard \
Joe Onorato22273e62012-07-23 18:20:07 -070099 services \
Christopher Tatea3f11e62012-10-10 14:13:59 -0700100 settings \
Joe Onorato22273e62012-07-23 18:20:07 -0700101 svc \
102 system_server \
103 tc \
Joe Onorato22273e62012-07-23 18:20:07 -0700104 vdc \
105 vold
106
Mike Lockwooddaf5e222012-10-18 10:17:47 -0700107$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
108