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