summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngela Stegmaier <angelabaker@ti.com>2015-07-30 17:01:15 -0500
committerRobert Tivy <rtivy@ti.com>2015-07-31 14:49:14 -0700
commitf6b526eaf642606c8ba652e35de693f7f74ea59d (patch)
tree4574dcc6949490ece5629c922a5ff1b53ce5bf9a
parentf5c76f0e321a82ac6deecfaeefe426c9ec7101a9 (diff)
downloadipc-f6b526eaf642606c8ba652e35de693f7f74ea59d.tar.gz
Android: Build: Add HeapStd to Android Build
Since HeapStd is now referenced from the Ipc module, the HeapStd source file needs to be added to the Android build also. Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f129812..148e11b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -47,7 +47,8 @@ LOCAL_SRC_FILES:= linux/src/api/MultiProc.c \
linux/src/api/MessageQ.c \
linux/src/api/gates/GateMP.c \
linux/src/api/gates/GateMutex.c \
- linux/src/api/gates/GateHWSpinlock.c
+ linux/src/api/gates/GateHWSpinlock.c \
+ linux/src/heaps/HeapStd.c
LOCAL_SHARED_LIBRARIES := \
liblog libtiipcutils