blob: e9f43a70a9d14e366786c65d18006cb4714d0798 [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 \
Joe Onorato22273e62012-07-23 18:20:07 -070029 dhcpcd \
30 dhcpcd-run-hooks \
31 dnsmasq \
Joe Onorato22273e62012-07-23 18:20:07 -070032 framework \
33 fsck_msdos \
Joe Onorato22273e62012-07-23 18:20:07 -070034 ime \
Joe Onorato22273e62012-07-23 18:20:07 -070035 javax.obex \
Joe Onorato22273e62012-07-23 18:20:07 -070036 libSR_AudioIn \
37 libandroid \
38 libandroid_runtime \
39 libandroid_servers \
40 libaudioeffect_jni \
41 libaudioflinger \
Joe Onorato22273e62012-07-23 18:20:07 -070042 libbundlewrapper \
Joe Onorato22273e62012-07-23 18:20:07 -070043 libcamera_client \
44 libcameraservice \
45 libchromium_net \
Joe Onorato22273e62012-07-23 18:20:07 -070046 libdl \
Joe Onorato22273e62012-07-23 18:20:07 -070047 libeffects \
Joe Onorato22273e62012-07-23 18:20:07 -070048 libiprouteutil \
49 libjni_latinime \
50 libjnigraphics \
Joe Onorato22273e62012-07-23 18:20:07 -070051 libmedia \
52 libmedia_jni \
53 libmediaplayerservice \
54 libmtp \
55 libnetlink \
56 libnetutils \
Joe Onorato22273e62012-07-23 18:20:07 -070057 libreference-ril \
58 libreverbwrapper \
59 libril \
60 librtp_jni \
61 libsensorservice \
62 libskia \
63 libsonivox \
64 libsoundpool \
65 libsqlite \
66 libstagefright \
67 libstagefright_amrnb_common \
68 libstagefright_avc_common \
69 libstagefright_enc_common \
70 libstagefright_foundation \
71 libstagefright_omx \
72 libstagefright_yuv \
Joe Onorato22273e62012-07-23 18:20:07 -070073 libsystem_server \
Joe Onorato22273e62012-07-23 18:20:07 -070074 libusbhost \
75 libutils \
76 libvisualizer \
77 libvorbisidec \
Joe Onorato22273e62012-07-23 18:20:07 -070078 libwpa_client \
Dianne Hackborn4acd27d2013-04-04 18:50:45 -070079 media \
80 media_cmd \
Joe Onorato22273e62012-07-23 18:20:07 -070081 mediaserver \
82 monkey \
83 mtpd \
84 ndc \
85 netcfg \
86 netd \
Geremy Condra09d232e2013-02-22 19:37:38 +000087 ping \
Lorenzo Colittic5bb87f2013-07-11 12:54:05 +090088 ping6 \
Joe Onorato22273e62012-07-23 18:20:07 -070089 platform.xml \
90 pppd \
91 pm \
92 racoon \
93 run-as \
94 schedtest \
95 screenshot \
96 sdcard \
Joe Onorato22273e62012-07-23 18:20:07 -070097 services \
Christopher Tatea3f11e62012-10-10 14:13:59 -070098 settings \
Joe Onorato22273e62012-07-23 18:20:07 -070099 svc \
100 system_server \
101 tc \
Joe Onorato22273e62012-07-23 18:20:07 -0700102 vdc \
Torne (Richard Coles)b2391772012-10-31 17:10:36 +0000103 vold \
Dianne Hackborn1638ffb2013-02-15 16:35:35 -0800104 webview \
105 wm
106
Joe Onorato22273e62012-07-23 18:20:07 -0700107
Mike Lockwooddaf5e222012-10-18 10:17:47 -0700108$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)