Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c536200 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove setting LOCAL_MULTILIB from AUDIOSERVER_MULTILIB"

parents 2c76260f f7a18b2f
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@ LOCAL_HEADER_LIBRARIES := \

LOCAL_CFLAGS := -Wall -Werror

LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)

LOCAL_MODULE:= libaudiopolicymanager

include $(BUILD_SHARED_LIBRARY)
+0 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@ LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := \
LOCAL_STATIC_LIBRARIES := \
    libaudiopolicycomponents

LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)

LOCAL_MODULE:= libaudiopolicyservice

LOCAL_CFLAGS += -fvisibility=hidden
+0 −2
Original line number Diff line number Diff line
@@ -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