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

Commit 2a8dbc76 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

audiopolicy: Add MULTILIB statement into makefile

This fixes builds that have only 32-bit or 64-bit version
of audio server libraries.

Test: build
Change-Id: I4dc3bbe2e266a0b24d25ac00a8a2b54382b76e3d
parent f053e8c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,4 +27,6 @@ LOCAL_MODULE_TAGS := tests

LOCAL_CFLAGS := -Werror -Wall

LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)

include $(BUILD_NATIVE_TEST)