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    org.apache.http.legacy.boot \
22    appwidget \
23    appops \
24    am \
25    android.policy \
26    android.test.runner \
27    app_process \
28    applypatch \
29    blkid \
30    bmgr \
31    bugreport \
32    content \
33    dhcpcd \
34    dhcpcd-run-hooks \
35    dnsmasq \
36    dpm \
37    framework \
38    fsck_msdos \
39    hid \
40    ime \
41    input \
42    javax.obex \
43    libandroid \
44    libandroid_runtime \
45    libandroid_servers \
46    libaudioeffect_jni \
47    libaudioflinger \
48    libaudiopolicyservice \
49    libaudiopolicymanager \
50    libbundlewrapper \
51    libcamera_client \
52    libcameraservice \
53    libdl \
54    libdrmclearkeyplugin \
55    libeffectproxy \
56    libeffects \
57    libinput \
58    libinputflinger \
59    libiprouteutil \
60    libjnigraphics \
61    libldnhncr \
62    libmedia \
63    libmedia_jni \
64    libmediaplayerservice \
65    libmtp \
66    libnetd_client \
67    libnetlink \
68    libnetutils \
69    libpdfium \
70    libradio \
71    libradioservice \
72    libradio_metadata \
73    libreference-ril \
74    libreverbwrapper \
75    libril \
76    librtp_jni \
77    libsensorservice \
78    libskia \
79    libsonic \
80    libsonivox \
81    libsoundpool \
82    libsoundtrigger \
83    libsoundtriggerservice \
84    libsqlite \
85    libstagefright \
86    libstagefright_amrnb_common \
87    libstagefright_avc_common \
88    libstagefright_enc_common \
89    libstagefright_foundation \
90    libstagefright_omx \
91    libstagefright_yuv \
92    libusbhost \
93    libutils \
94    libvisualizer \
95    libvorbisidec \
96    libmediandk \
97    libwifi-service \
98    media \
99    media_cmd \
100    mediaserver \
101    monkey \
102    mtpd \
103    ndc \
104    netd \
105    ping \
106    ping6 \
107    platform.xml \
108    pppd \
109    pm \
110    racoon \
111    run-as \
112    schedtest \
113    sdcard \
114    services \
115    settings \
116    sgdisk \
117    sm \
118    svc \
119    tc \
120    telecom \
121    vdc \
122    vold \
123    wm
124
125
126PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
127    frameworks/base/preloaded-classes:system/etc/preloaded-classes)
128
129# Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath
130#       classes will be compiled.
131PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
132    frameworks/base/compiled-classes:system/etc/compiled-classes)
133
134
135$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
136