Merge "Remove setting LOCAL_MULTILIB from AUDIOSERVER_MULTILIB"

am: 5c536200d6

Change-Id: I16025499a1246c726dd90dfb8744bf915a98428c
gugelfrei
Sasha Smundak 5 years ago committed by android-build-merger
commit b594a1b33c

@ -40,21 +40,6 @@ LOCAL_C_INCLUDES := \
frameworks/av/media/libmedia \
external/sonic \
# If AUDIOSERVER_MULTILIB in device.mk is non-empty then it is used to control
# the LOCAL_MULTILIB for all audioserver exclusive libraries.
# This is relevant for 64 bit architectures where either or both
# 32 and 64 bit libraries may be built.
#
# AUDIOSERVER_MULTILIB may be set as follows:
# 32 to build 32 bit audioserver libraries and 32 bit audioserver.
# 64 to build 64 bit audioserver libraries and 64 bit audioserver.
# both to build both 32 bit and 64 bit libraries,
# and use primary target architecture (32 or 64) for audioserver.
# first to build libraries and audioserver for the primary target architecture only.
# <empty> to build both 32 and 64 bit libraries and primary target audioserver.
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
LOCAL_MODULE := audioserver
LOCAL_INIT_RC := audioserver.rc

@ -23,8 +23,6 @@ LOCAL_HEADER_LIBRARIES := \
LOCAL_CFLAGS := -Wall -Werror
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
LOCAL_MODULE:= libaudiopolicymanager
include $(BUILD_SHARED_LIBRARY)

@ -38,8 +38,6 @@ LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := \
LOCAL_STATIC_LIBRARIES := \
libaudiopolicycomponents
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
LOCAL_MODULE:= libaudiopolicyservice
LOCAL_CFLAGS += -fvisibility=hidden

@ -39,8 +39,6 @@ LOCAL_SRC_FILES += \
TimestampScheduler.cpp \
AAudioThread.cpp
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
# LOCAL_CFLAGS += -fvisibility=hidden
LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_CFLAGS += -Wall -Werror

Loading…
Cancel
Save