am f90d4304: Merge "Remove accidentally committed in Makefile."

* commit 'f90d430419b9ba4770db1fb950436e39166012b3':
  Remove $(info...) accidentally committed in Makefile.
This commit is contained in:
Andrew Hsieh
2014-04-11 14:28:31 +00:00
committed by Android Git Automerger

View File

@@ -34,7 +34,6 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/common/include
libportable_src_files = \
$(patsubst $(LOCAL_PATH)/%,%,$(wildcard $(LOCAL_PATH)/arch-$(TARGET_ARCH)/*.c)) \
$(patsubst $(LOCAL_PATH)/%,%,$(wildcard $(LOCAL_PATH)/arch-$(TARGET_ARCH)/*.S))
$(info $(libportable_src_files))
LOCAL_SRC_FILES := \
$(libportable_src_files)