base.mk revision 6b3097baae8c3bb710e1ce85e776d2c1fc3388ea
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 \
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    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    libreference-ril \
71    libreverbwrapper \
72    libril \
73    librtp_jni \
74    libsensorservice \
75    libskia \
76    libsonivox \
77    libsoundpool \
78    libsoundtrigger \
79    libsoundtriggerservice \
80    libsqlite \
81    libstagefright \
82    libstagefright_amrnb_common \
83    libstagefright_avc_common \
84    libstagefright_enc_common \
85    libstagefright_foundation \
86    libstagefright_omx \
87    libstagefright_yuv \
88    libusbhost \
89    libutils \
90    libvisualizer \
91    libvorbisidec \
92    libmediandk \
93    libwifi-service \
94    media \
95    media_cmd \
96    mediaserver \
97    monkey \
98    mtpd \
99    ndc \
100    netcfg \
101    netd \
102    ping \
103    ping6 \
104    platform.xml \
105    pppd \
106    pm \
107    racoon \
108    run-as \
109    schedtest \
110    sdcard \
111    services \
112    settings \
113    svc \
114    tc \
115    vdc \
116    vold \
117    wm
118
119
120PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
121    frameworks/base/preloaded-classes:system/etc/preloaded-classes)
122
123# Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath
124#       classes will be compiled.
125PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
126    frameworks/base/compiled-classes:system/etc/compiled-classes)
127
128
129$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
130