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