commit | 118f3dc236dc0b692ea3414bee5e8d6660aea1bb | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jul 04 12:15:40 2017 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 04 12:55:23 2017 +0900 |
tree | 6c65855e33277866d92c2abd5a1aa6f845b8bcd6 | |
parent | a48eac2a36c05cfe965513385da85c591cb525d8 [diff] [blame] |
Build audio.r_submix.default with BOARD_VNDK_VERSION Add missing header unistd.h Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j audio.r_submix.default Change-Id: I5baa960dcdfc3d93d7cf172b23173dfb48babf88
diff --git a/modules/audio_remote_submix/audio_hw.cpp b/modules/audio_remote_submix/audio_hw.cpp index 6c538ce..5efcdcb 100644 --- a/modules/audio_remote_submix/audio_hw.cpp +++ b/modules/audio_remote_submix/audio_hw.cpp
@@ -24,6 +24,7 @@ #include <sys/param.h> #include <sys/time.h> #include <sys/limits.h> +#include <unistd.h> #include <cutils/compiler.h> #include <cutils/properties.h>