diff options
Diffstat (limited to 'libsync/tests')
-rw-r--r-- | libsync/tests/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsync/tests/Android.mk b/libsync/tests/Android.mk index 9c9562a1f..8137c7af6 100644 --- a/libsync/tests/Android.mk +++ b/libsync/tests/Android.mk | |||
@@ -19,7 +19,6 @@ LOCAL_PATH:= $(call my-dir) | |||
19 | include $(CLEAR_VARS) | 19 | include $(CLEAR_VARS) |
20 | LOCAL_CLANG := true | 20 | LOCAL_CLANG := true |
21 | LOCAL_MODULE := sync-unit-tests | 21 | LOCAL_MODULE := sync-unit-tests |
22 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk | ||
23 | LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare | 22 | LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare |
24 | LOCAL_SHARED_LIBRARIES += libsync | 23 | LOCAL_SHARED_LIBRARIES += libsync |
25 | LOCAL_STATIC_LIBRARIES += libgtest_main | 24 | LOCAL_STATIC_LIBRARIES += libgtest_main |