* #26839: android: fix paths for jni files

This commit is contained in:
Tristan Matthews
2013-07-15 10:34:54 -04:00
parent 092e821fae
commit 7189fff0a5
2 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ MY_SPEEX=speex
MY_OPENSSL=openssl MY_OPENSSL=openssl
MY_LIBYAML=libyaml MY_LIBYAML=libyaml
MY_LIBEXPAT=libexpat MY_LIBEXPAT=libexpat
MY_JNI_WRAP := $(LOCAL_PATH)/dbus/callmanager_wrap.cpp MY_JNI_WRAP := $(LOCAL_PATH)/client/android/callmanager_wrap.cpp
include $(CLEAR_VARS) include $(CLEAR_VARS)
$(MY_JNI_WRAP): $(LOCAL_PATH)/dbus/jni_interface.i $(LOCAL_PATH)/sflphoneservice.c.template $(MY_JNI_WRAP): $(LOCAL_PATH)/client/android/jni_interface.i $(LOCAL_PATH)/client/android/sflphoneservice.c.template
@echo "in $(MY_JNI_WRAP) target" @echo "in $(MY_JNI_WRAP) target"
./make-swig.sh ./make-swig.sh