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