blob: d44c77a14579a774c41ecd61d3c7fc748f2d5254 [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 \
Jeff Sharkey1eb5eb12013-10-16 15:42:51 -070026 blkid \
Joe Onorato22273e62012-07-23 18:20:07 -070027 bmgr \
Joe Onorato22273e62012-07-23 18:20:07 -070028 bugreport \
29 content \
Joe Onorato22273e62012-07-23 18:20:07 -070030 dhcpcd \
31 dhcpcd-run-hooks \
32 dnsmasq \
Joe Onorato22273e62012-07-23 18:20:07 -070033 framework \
Ying Wang8157cec2014-01-03 16:24:56 -080034 framework2 \
Joe Onorato22273e62012-07-23 18:20:07 -070035 fsck_msdos \
Joe Onorato22273e62012-07-23 18:20:07 -070036 ime \
Ying Wang8c7e74e2014-03-20 12:13:10 -070037 input \
Jeff Browna114a872013-07-12 16:52:38 -070038 inputflinger \
Joe Onorato22273e62012-07-23 18:20:07 -070039 javax.obex \
Joe Onorato22273e62012-07-23 18:20:07 -070040 libandroid \
41 libandroid_runtime \
42 libandroid_servers \
43 libaudioeffect_jni \
44 libaudioflinger \
Eric Laurent20d54762014-03-06 14:42:00 -080045 libaudiopolicy \
Joe Onorato22273e62012-07-23 18:20:07 -070046 libbundlewrapper \
Joe Onorato22273e62012-07-23 18:20:07 -070047 libcamera_client \
48 libcameraservice \
Joe Onorato22273e62012-07-23 18:20:07 -070049 libdl \
Eric Laurentaaa85b92013-09-06 10:37:51 -070050 libeffectproxy \
Joe Onorato22273e62012-07-23 18:20:07 -070051 libeffects \
Jeff Browna114a872013-07-12 16:52:38 -070052 libinput \
53 libinputflinger \
Joe Onorato22273e62012-07-23 18:20:07 -070054 libiprouteutil \
55 libjni_latinime \
56 libjnigraphics \
Jean-Michel Trivi3211cb82013-09-10 09:41:06 -070057 libldnhncr \
Joe Onorato22273e62012-07-23 18:20:07 -070058 libmedia \
59 libmedia_jni \
60 libmediaplayerservice \
61 libmtp \
62 libnetlink \
63 libnetutils \
Jason Monkb5e2c292013-07-16 10:26:09 -040064 libpac \
Joe Onorato22273e62012-07-23 18:20:07 -070065 libreference-ril \
66 libreverbwrapper \
67 libril \
68 librtp_jni \
69 libsensorservice \
70 libskia \
71 libsonivox \
72 libsoundpool \
73 libsqlite \
74 libstagefright \
75 libstagefright_amrnb_common \
76 libstagefright_avc_common \
77 libstagefright_enc_common \
78 libstagefright_foundation \
79 libstagefright_omx \
80 libstagefright_yuv \
Joe Onorato22273e62012-07-23 18:20:07 -070081 libusbhost \
82 libutils \
83 libvisualizer \
84 libvorbisidec \
Marco Nelissen863c9e92014-04-08 09:18:14 -070085 libmediandk \
Vinit Deshapndeaf5ad492014-01-08 10:43:31 -080086 libwifi-service \
Dianne Hackborn4acd27d2013-04-04 18:50:45 -070087 media \
88 media_cmd \
Joe Onorato22273e62012-07-23 18:20:07 -070089 mediaserver \
90 monkey \
91 mtpd \
92 ndc \
93 netcfg \
94 netd \
Geremy Condra09d232e2013-02-22 19:37:38 +000095 ping \
Lorenzo Colittic5bb87f2013-07-11 12:54:05 +090096 ping6 \
Joe Onorato22273e62012-07-23 18:20:07 -070097 platform.xml \
98 pppd \
99 pm \
100 racoon \
101 run-as \
102 schedtest \
Joe Onorato22273e62012-07-23 18:20:07 -0700103 sdcard \
Joe Onorato22273e62012-07-23 18:20:07 -0700104 services \
Christopher Tatea3f11e62012-10-10 14:13:59 -0700105 settings \
Joe Onorato22273e62012-07-23 18:20:07 -0700106 svc \
Joe Onorato22273e62012-07-23 18:20:07 -0700107 tc \
Joe Onorato22273e62012-07-23 18:20:07 -0700108 vdc \
Torne (Richard Coles)b2391772012-10-31 17:10:36 +0000109 vold \
Dianne Hackborn1638ffb2013-02-15 16:35:35 -0800110 wm
111
Joe Onorato22273e62012-07-23 18:20:07 -0700112
Mike Lockwooddaf5e222012-10-18 10:17:47 -0700113$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)