diff --git a/jni/Android.mk b/jni/Android.mk index 5cf8ab2..dd36a3d 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -455,14 +455,10 @@ DROPBEAR_SRCS := $(DROPBEAR_PATH)/atomicio.c \ $(DROPBEAR_PATH)/progressmeter.c \ $(DROPBEAR_PATH)/queue.c \ $(DROPBEAR_PATH)/rsa.c \ - $(DROPBEAR_PATH)/scp.c \ - $(DROPBEAR_PATH)/scpmisc.c \ $(DROPBEAR_PATH)/signkey.c \ $(DROPBEAR_PATH)/sshpty.c \ $(DROPBEAR_PATH)/svr-agentfwd.c \ $(DROPBEAR_PATH)/svr-auth.c \ - $(DROPBEAR_PATH)/svr-authpam.c \ - $(DROPBEAR_PATH)/svr-authpasswd.c \ $(DROPBEAR_PATH)/svr-authpubkey.c \ $(DROPBEAR_PATH)/svr-authpubkeyoptions.c \ $(DROPBEAR_PATH)/svr-chansession.c \