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

Commit f83320a7 authored by Andy Hung's avatar Andy Hung
Browse files

audioserver: run as 64bit if native processor supports it

Test: CTS, Audio Sanity
Bug: 27479136
Change-Id: I4273c3a3f623f95447939a2cc2e680da42a50355
parent 99e9db75
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -58,13 +58,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