Merge "libgui: enable tests in the 'tests' build."

This commit is contained in:
Jamie Gennis 2011-04-28 15:03:56 -07:00 committed by Android (Google) Code Review
commit 39a01c6694
2 changed files with 4 additions and 3 deletions

View File

@ -38,3 +38,7 @@ ifeq ($(TARGET_SIMULATOR),true)
endif
include $(BUILD_SHARED_LIBRARY)
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call first-makefiles-under,$(LOCAL_PATH))
endif

View File

@ -36,9 +36,6 @@ LOCAL_C_INCLUDES := \
include $(BUILD_EXECUTABLE)
# Build the manual test programs.
include $(call all-subdir-makefiles)
endif
# Include subdirectory makefiles