Loading system/btcore/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ LOCAL_SRC_FILES := \ ../osi/test/AllocationTestHarness.cpp LOCAL_CFLAGS := -Wall -Werror -Werror=unused-variable LOCAL_MODULE := btcoretests LOCAL_MODULE := net_test_btcore LOCAL_MODULE_TAGS := tests LOCAL_SHARED_LIBRARIES := liblog LOCAL_STATIC_LIBRARIES := libbtcore libosi Loading system/hci/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ LOCAL_SRC_FILES := \ LOCAL_CFLAGS := -Wall -Werror $(bdroid_CFLAGS) LOCAL_MODULE := libbt-hcitests LOCAL_MODULE := net_test_hci LOCAL_MODULE_TAGS := tests LOCAL_SHARED_LIBRARIES := liblog libdl LOCAL_STATIC_LIBRARIES := libbt-hci libosi libcutils libbtcore Loading system/osi/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ LOCAL_SRC_FILES := \ ./test/thread_test.cpp LOCAL_CFLAGS := -Wall -Werror LOCAL_MODULE := ositests LOCAL_MODULE := net_test_osi LOCAL_MODULE_TAGS := tests LOCAL_SHARED_LIBRARIES := liblog LOCAL_STATIC_LIBRARIES := libosi Loading system/test/suite/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional LOCAL_MODULE := bdtest LOCAL_MODULE := net_test_bluedroid LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/../../ Loading system/test/suite/main.c +1 −2 Original line number Diff line number Diff line Loading @@ -64,8 +64,7 @@ static void *watchdog_fn(void *arg) { return NULL; } // Is shell still running? bdtest must run with shell stopped. static bool is_shell_running() { static bool is_shell_running(void) { char property_str[100]; property_get("init.svc.zygote", property_str, NULL); if (!strcmp("running", property_str)) { Loading Loading
system/btcore/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ LOCAL_SRC_FILES := \ ../osi/test/AllocationTestHarness.cpp LOCAL_CFLAGS := -Wall -Werror -Werror=unused-variable LOCAL_MODULE := btcoretests LOCAL_MODULE := net_test_btcore LOCAL_MODULE_TAGS := tests LOCAL_SHARED_LIBRARIES := liblog LOCAL_STATIC_LIBRARIES := libbtcore libosi Loading
system/hci/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ LOCAL_SRC_FILES := \ LOCAL_CFLAGS := -Wall -Werror $(bdroid_CFLAGS) LOCAL_MODULE := libbt-hcitests LOCAL_MODULE := net_test_hci LOCAL_MODULE_TAGS := tests LOCAL_SHARED_LIBRARIES := liblog libdl LOCAL_STATIC_LIBRARIES := libbt-hci libosi libcutils libbtcore Loading
system/osi/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ LOCAL_SRC_FILES := \ ./test/thread_test.cpp LOCAL_CFLAGS := -Wall -Werror LOCAL_MODULE := ositests LOCAL_MODULE := net_test_osi LOCAL_MODULE_TAGS := tests LOCAL_SHARED_LIBRARIES := liblog LOCAL_STATIC_LIBRARIES := libosi Loading
system/test/suite/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional LOCAL_MODULE := bdtest LOCAL_MODULE := net_test_bluedroid LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/../../ Loading
system/test/suite/main.c +1 −2 Original line number Diff line number Diff line Loading @@ -64,8 +64,7 @@ static void *watchdog_fn(void *arg) { return NULL; } // Is shell still running? bdtest must run with shell stopped. static bool is_shell_running() { static bool is_shell_running(void) { char property_str[100]; property_get("init.svc.zygote", property_str, NULL); if (!strcmp("running", property_str)) { Loading