Merge "libgui: enable tests in the 'tests' build."
This commit is contained in:
commit
39a01c6694
@ -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
|
||||
|
@ -36,9 +36,6 @@ LOCAL_C_INCLUDES := \
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
# Build the manual test programs.
|
||||
include $(call all-subdir-makefiles)
|
||||
|
||||
endif
|
||||
|
||||
# Include subdirectory makefiles
|
||||
|
Loading…
Reference in New Issue
Block a user