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