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

Commit 814f60cd authored by Jiyong Park's avatar Jiyong Park Committed by Michael Bestas
Browse files

Build audio.primary.* with BOARD_VNDK_VERSION

pthread.h should be explicitly added.

Bug: 37342627
Test: BOARD_VNDK_VERSION=current m -j audio.primary.msm8996
Change-Id: I908aed7cf9c5aa970d1e4486dcff32d20d44aebd
parent 53ac6764
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/poll.h>
#include <pthread.h>
#include <cutils/list.h>
#include <cutils/hashmap.h>
#include <cutils/log.h>
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <dlfcn.h>
#include <pthread.h>
#include <cutils/log.h>
#include <unistd.h>
#include "audio_hw.h"