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