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

Commit 3d10d484 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "audioserver: run as 64bit if native processor supports it"

parents 5e8490c0 f83320a7
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -55,13 +55,9 @@ LOCAL_AIDL_INCLUDES := \
#   both    to build both 32 bit and 64 bit libraries,
#   both    to build both 32 bit and 64 bit libraries,
#           and use primary target architecture (32 or 64) for audioserver.
#           and use primary target architecture (32 or 64) for audioserver.
#   first   to build libraries and audioserver for the primary target architecture only.
#   first   to build libraries and audioserver for the primary target architecture only.
#   <empty> to build both 32 and 64 bit libraries and 32 bit audioserver.
#   <empty> to build both 32 and 64 bit libraries and primary target audioserver.


ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
LOCAL_MULTILIB := 32
else
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
endif


LOCAL_MODULE := audioserver
LOCAL_MODULE := audioserver