platform_build/target/product/base.mk
Joe Onorato f83213a5b5 Set WifiHAL to only log debug by default.
This is not the proper way to really fix this, but it is the best thing to
do in the time period we have for N.  In the future they will be moving
more to a dumpsys style approach.

Change-Id: I98ec7928cd93a3edfb93cdbf3703132ac6658699
2016-03-25 15:36:42 -07:00

151 lines
3.5 KiB
Makefile

#
# Copyright (C) 2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Base modules (will move elsewhere, previously user tagged)
PRODUCT_PACKAGES += \
20-dns.conf \
95-configured \
org.apache.http.legacy.boot \
appwidget \
appops \
am \
android.policy \
android.test.runner \
app_process \
applypatch \
audioserver \
blkid \
bmgr \
bugreport \
cameraserver \
content \
dnsmasq \
dpm \
framework \
fsck_msdos \
hid \
ime \
input \
input.evdev.default \
inputflinger \
inputflingerhost \
javax.obex \
libandroid \
libandroid_runtime \
libandroid_servers \
libaudioeffect_jni \
libaudioflinger \
libaudiopolicyservice \
libaudiopolicymanager \
libbundlewrapper \
libcamera_client \
libcameraservice \
libcamera2ndk \
libdl \
libdrmclearkeyplugin \
libeffectproxy \
libeffects \
libinput \
libinputflinger \
libinputflingerhost \
libiprouteutil \
libjnigraphics \
libldnhncr \
libmedia \
libmedia_jni \
libmediaplayerservice \
libmtp \
libnetd_client \
libnetlink \
libnetutils \
libpdfium \
libradio \
libradioservice \
libradio_metadata \
libreference-ril \
libreverbwrapper \
libril \
librtp_jni \
libsensorservice \
libskia \
libsonic \
libsonivox \
libsoundpool \
libsoundtrigger \
libsoundtriggerservice \
libsqlite \
libstagefright \
libstagefright_amrnb_common \
libstagefright_avc_common \
libstagefright_enc_common \
libstagefright_foundation \
libstagefright_omx \
libstagefright_yuv \
libusbhost \
libutils \
libvisualizer \
libvorbisidec \
libmediandk \
libvulkan \
libwifi-service \
media \
media_cmd \
mediadrmserver \
mediaserver \
mediacodec \
mediaextractor \
monkey \
mtpd \
ndc \
netd \
ping \
ping6 \
platform.xml \
pppd \
pm \
racoon \
run-as \
schedtest \
sdcard \
secdiscard \
services \
settings \
sgdisk \
sm \
svc \
tc \
telecom \
vdc \
vold \
wm
# TODO: Remove after N. Set WifiHAL to only log debug by default.
# This is not the proper way to really fix this, but it is the best thing to
# do in the time period we have for N. In the future they will be moving
# more to a dumpsys style approach.
PRODUCT_PROPERTY_OVERRIDES += \
persist.log.tag.WifiHAL=I
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
frameworks/base/preloaded-classes:system/etc/preloaded-classes)
# Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath
# classes will be compiled.
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
frameworks/base/compiled-classes:system/etc/compiled-classes)
$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)