Merge "Use -Werror in system/vold/tests"

This commit is contained in:
Chih-hung Hsieh 2017-10-19 22:33:52 +00:00 committed by Gerrit Code Review
commit d6d0e91c62

View file

@ -12,4 +12,5 @@ LOCAL_SRC_FILES := VolumeManager_test.cpp
LOCAL_MODULE := vold_tests
LOCAL_MODULE_TAGS := eng tests
LOCAL_CFLAGS := -Wall -Werror
include $(BUILD_NATIVE_TEST)