| Index: platform_tools/android/tests/expectations/tool/Android.mk
|
| diff --git a/platform_tools/android/tests/expectations/tool/Android.mk b/platform_tools/android/tests/expectations/tool/Android.mk
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..faac45d1ef8867db34b40a3cb796df680812783c
|
| --- /dev/null
|
| +++ b/platform_tools/android/tests/expectations/tool/Android.mk
|
| @@ -0,0 +1,41 @@
|
| +
|
| +###############################################################################
|
| +#
|
| +# THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
|
| +#
|
| +###############################################################################
|
| +
|
| +LOCAL_PATH:= $(call my-dir)
|
| +include $(CLEAR_VARS)
|
| +LOCAL_CFLAGS += \
|
| + local_cflags
|
| +
|
| +LOCAL_CPPFLAGS := \
|
| + local_cppflags
|
| +
|
| +LOCAL_SRC_FILES := \
|
| + local_src_files
|
| +
|
| +LOCAL_SHARED_LIBRARIES := \
|
| + local_shared_libraries
|
| +
|
| +LOCAL_STATIC_LIBRARIES := \
|
| + local_static_libraries
|
| +
|
| +LOCAL_C_INCLUDES := \
|
| + local_c_includes
|
| +
|
| +LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
| + local_export_c_include_dirs
|
| +
|
| +LOCAL_CFLAGS += \
|
| + -Ddefines
|
| +
|
| +LOCAL_MODULE_TAGS := \
|
| + local_module_tags
|
| +
|
| +LOCAL_MODULE := \
|
| + local_module
|
| +
|
| +include external/stlport/libstlport.mk
|
| +include $(BUILD_EXECUTABLE)
|
|
|