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