Loading libs/ui/tests/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) ifneq ($(TARGET_SIMULATOR),true) # Build the unit tests. test_src_files := \ InputChannel_test.cpp \ InputDispatcher_test.cpp \ Loading Loading @@ -43,3 +46,5 @@ $(foreach file,$(test_src_files), \ # Build the manual test programs. include $(call all-subdir-makefiles) endif No newline at end of file libs/utils/tests/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) ifneq ($(TARGET_SIMULATOR),true) # Build the unit tests. test_src_files := \ ObbFile_test.cpp \ PollLoop_test.cpp Loading Loading @@ -37,3 +40,5 @@ $(foreach file,$(test_src_files), \ $(eval LOCAL_MODULE_TAGS := $(module_tags)) \ $(eval include $(BUILD_EXECUTABLE)) \ ) endif No newline at end of file Loading
libs/ui/tests/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) ifneq ($(TARGET_SIMULATOR),true) # Build the unit tests. test_src_files := \ InputChannel_test.cpp \ InputDispatcher_test.cpp \ Loading Loading @@ -43,3 +46,5 @@ $(foreach file,$(test_src_files), \ # Build the manual test programs. include $(call all-subdir-makefiles) endif No newline at end of file
libs/utils/tests/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) ifneq ($(TARGET_SIMULATOR),true) # Build the unit tests. test_src_files := \ ObbFile_test.cpp \ PollLoop_test.cpp Loading Loading @@ -37,3 +40,5 @@ $(foreach file,$(test_src_files), \ $(eval LOCAL_MODULE_TAGS := $(module_tags)) \ $(eval include $(BUILD_EXECUTABLE)) \ ) endif No newline at end of file