From 9af74e1e2707bee3dcbf1008682566d330418d8a Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 18 Jul 2017 17:07:43 +0200 Subject: refactoring and first shot at EFS sync Receiving the actual EFS data doesn't work yet. And sometimes, the modem ends up in states where it crashes after exchanging hellos. Signed-off-by: Wolfgang Wiedmeyer --- Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 66cec18..65c1703 100644 --- a/Android.mk +++ b/Android.mk @@ -19,7 +19,9 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) -LOCAL_SRC_FILES := boot.c +LOCAL_SRC_FILES := \ + boot.c \ + sahara.c LOCAL_C_INCLUDES := \ $(LOCAL_PATH) -- cgit v1.2.3