base.mk revision 345ee05e774505652fb6d2374edf0dd853f881cf
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    ime \
40    input \
41    inputflinger \
42    inputflingerhost \
43    javax.obex \
44    libandroid \
45    libandroid_runtime \
46    libandroid_servers \
47    libaudioeffect_jni \
48    libaudioflinger \
49    libaudiopolicyservice \
50    libaudiopolicymanager \
51    libbundlewrapper \
52    libcamera_client \
53    libcameraservice \
54    libdl \
55    libdrmclearkeyplugin \
56    libeffectproxy \
57    libeffects \
58    libinput \
59    libinputflinger \
60    libinputflingerhost \
61    libiprouteutil \
62    libjnigraphics \
63    libldnhncr \
64    libmedia \
65    libmedia_jni \
66    libmediaplayerservice \
67    libmtp \
68    libnetd_client \
69    libnetlink \
70    libnetutils \
71    libpdfium \
72    libradio \
73    libradioservice \
74    libradio_metadata \
75    libreference-ril \
76    libreverbwrapper \
77    libril \
78    librtp_jni \
79    libsensorservice \
80    libskia \
81    libsonic \
82    libsonivox \
83    libsoundpool \
84    libsoundtrigger \
85    libsoundtriggerservice \
86    libsqlite \
87    libstagefright \
88    libstagefright_amrnb_common \
89    libstagefright_avc_common \
90    libstagefright_enc_common \
91    libstagefright_foundation \
92    libstagefright_omx \
93    libstagefright_yuv \
94    libusbhost \
95    libutils \
96    libvisualizer \
97    libvorbisidec \
98    libmediandk \
99    libwifi-service \
100    media \
101    media_cmd \
102    mediaserver \
103    monkey \
104    mtpd \
105    ndc \
106    netd \
107    ping \
108    ping6 \
109    platform.xml \
110    pppd \
111    pm \
112    racoon \
113    run-as \
114    schedtest \
115    sdcard \
116    services \
117    settings \
118    sgdisk \
119    svc \
120    tc \
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