Merge "Fix mac build" into nyc-dev

This commit is contained in:
Colin Cross 2016-03-08 01:20:55 +00:00 committed by Android (Google) Code Review
commit 8a1d0a446f

View file

@ -60,5 +60,6 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -std=c++14 -Wall -Wextra -Werror
LOCAL_CLANG := true
LOCAL_SHARED_LIBRARIES := libbase liblog
LOCAL_MODULE_HOST_OS := linux
include $(BUILD_HOST_NATIVE_TEST)