wayne: Build libgps.utils with VNDK.

Test: m -j BOARD_VNDK_VERSION=current libgps.utils
Bug: 37342627
Change-Id: Ifcd9344245cf689d4075d34b89faa689647b8b0b
This commit is contained in:
Steven Moreland 2017-06-29 17:13:51 -07:00 committed by Isaac Chen
parent 560062e76a
commit 465ccf7608
3 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#include <loc_timer.h> #include <loc_timer.h>
#include <sys/timerfd.h> #include <sys/timerfd.h>
#include <sys/epoll.h> #include <sys/epoll.h>
#include <unistd.h>
#include <LocTimer.h> #include <LocTimer.h>
#include <LocHeap.h> #include <LocHeap.h>
#include <LocThread.h> #include <LocThread.h>

View file

@ -32,6 +32,7 @@
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <cutils/properties.h> #include <cutils/properties.h>

View file

@ -25,6 +25,8 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <cstdio>
#include "platform_lib_log_util.h" #include "platform_lib_log_util.h"
#include "platform_lib_macros.h" #include "platform_lib_macros.h"