audioserver: run as 64bit if native processor supports it

Test: CTS, Audio Sanity
Bug: 27479136
Change-Id: I4273c3a3f623f95447939a2cc2e680da42a50355
gugelfrei
Andy Hung 6 years ago
parent 99e9db7503
commit f83320a749

@ -58,13 +58,9 @@ LOCAL_AIDL_INCLUDES := \
# 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 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)
endif
LOCAL_MODULE := audioserver

Loading…
Cancel
Save