]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Android: Added new files for Ipc_attach phase
authorArnie Reynoso <arnier@ti.com>
Tue, 14 Apr 2015 17:28:55 +0000 (10:28 -0700)
committerRobert Tivy <rtivy@ti.com>
Wed, 15 Apr 2015 21:51:32 +0000 (14:51 -0700)
Due to refactoring, a needed Ipc_getConfig function was added to LAD.
Also removed unnecessary dependency to libtiipc.

android/src/daemon/Android.mk

index e90c5913654020da82f64e11d74af346a5c4f7be..d6926acbfce055233c800ea83341441cc117ba51 100644 (file)
@@ -43,6 +43,7 @@ LOCAL_CFLAGS += -DIPC_BUILDOS_ANDROID -DGATEMP_SUPPORT
 LOCAL_MODULE_TAGS:= optional
 
 LOCAL_SRC_FILES:= $(IPC_ROOT)/linux/src/daemon/lad.c \
+                  $(IPC_ROOT)/linux/src/daemon/Ipc_daemon.c \
                   $(IPC_ROOT)/linux/src/daemon/MessageQ_daemon.c \
                   $(IPC_ROOT)/linux/src/daemon/MultiProc_daemon.c \
                   $(IPC_ROOT)/linux/src/daemon/NameServer_daemon.c \
@@ -51,11 +52,12 @@ LOCAL_SRC_FILES:= $(IPC_ROOT)/linux/src/daemon/lad.c \
                   $(IPC_ROOT)/linux/src/daemon/GateHWSpinlock.c \
                   $(IPC_ROOT)/linux/src/daemon/GateHWSpinlock_daemon.c \
                   $(IPC_ROOT)/linux/src/daemon/cfg/GateHWSpinlockCfg_dra7xx.c \
+                  $(IPC_ROOT)/linux/src/daemon/cfg/IpcCfg.c \
                   $(IPC_ROOT)/linux/src/daemon/cfg/MessageQCfg.c \
                   $(IPC_ROOT)/linux/src/api/gates/GateMutex.c
 
 LOCAL_SHARED_LIBRARIES := \
-    liblog libtiipcutils_lad libtiipc
+    liblog libtiipcutils_lad
 
 LOCAL_MODULE:= lad_dra7xx
 include $(BUILD_EXECUTABLE)