summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngela Stegmaier <angelabaker@ti.com>2017-04-10 11:03:36 -0500
committerAngela Stegmaier <angelabaker@ti.com>2017-04-10 16:50:03 -0500
commitfbe654cbdfa9b526353cb186fa62aa075859d41d (patch)
treea96cde06eb7cdd70c193a5a1b01aa16b16e70b19
parentac4579706306d1976521a8dda302678536ae21d3 (diff)
downloadipc-fbe654cbdfa9b526353cb186fa62aa075859d41d.tar.gz
Android: Makefile: Update Name of Fault Test Source File
A recent change was made to rename the fault.c file to MessageQFaultApp.c. This patch updates the Android.mk file with the new source file name. Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5709fc7..8bda41e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -275,7 +275,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/linux/include \
LOCAL_CFLAGS += -DIPC_BUILDOS_ANDROID
LOCAL_MODULE_TAGS:= optional
-LOCAL_SRC_FILES:= linux/src/tests/fault.c
+LOCAL_SRC_FILES:= linux/src/tests/MessageQFaultApp.c
LOCAL_SHARED_LIBRARIES := \
liblog libtiipcutils libtiipc libtitransportrpmsg