Skip to content
Snippets Groups Projects
Commit 4f518386 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

using __ANDROID__ instead of the ANDROID macro

parent 432f067f
No related branches found
No related tags found
No related merge requests found
APP_OPTIM := debug APP_OPTIM := debug
#APP_MODULES := libccgnu2 APP_MODULES := libccgnu2
#APP_MODULES += libyaml APP_MODULES += libyaml
#APP_MODULES += libsamplerate APP_MODULES += libsamplerate
#APP_MODULES += libexpat_static APP_MODULES += libexpat_static
#APP_MODULES += libexpat_shared APP_MODULES += libexpat_shared
#APP_MODULES += libccrtp1 APP_MODULES += libccrtp1
#APP_MODULES += libcutils-static APP_MODULES += libcutils-static
#APP_MODULES += libcutils-shared APP_MODULES += libcutils-shared
#APP_MODULES += libdbus APP_MODULES += libdbus
#APP_MODULES += libdbus-tools-common APP_MODULES += libdbus-tools-common
#APP_MODULES += dbus-daemon APP_MODULES += dbus-daemon
#APP_MODULES += dbus-monitor APP_MODULES += dbus-monitor
#APP_MODULES += dbus-send APP_MODULES += dbus-send
#APP_MODULES += libdbus APP_MODULES += libdbus
#APP_MODULES += libdbus-tools-common APP_MODULES += libdbus-tools-common
#APP_MODULES += libdbus-c++-1 APP_MODULES += libdbus-c++-1
#APP_MODULES += libdbus-glue APP_MODULES += libdbus-glue
#APP_MODULES += libsiplink APP_MODULES += libsiplink
#APP_MODULES += libconfig APP_MODULES += libconfig
#APP_MODULES += libcrypto # APP_MODULES += libcrypto
#APP_MODULES += libssl # APP_MODULES += libssl
#APP_MODULES += openssl # APP_MODULES += openssl
#APP_MODULES += libspeex APP_MODULES += libspeex
#APP_MODULES += libspeexresampler APP_MODULES += libspeexresampler
#APP_MODULES += libopensl APP_MODULES += libopensl
#APP_MODULES += libsound APP_MODULES += libsound
#APP_MODULES += libcodec_ulaw APP_MODULES += libcodec_ulaw
#APP_MODULES += libcodec_alaw APP_MODULES += libcodec_alaw
#APP_MODULES += libcodecfactory APP_MODULES += libcodecfactory
#APP_MODULES += librtp APP_MODULES += librtp
#APP_MODULES += libaudio APP_MODULES += libaudio
#APP_MODULES += libhistory APP_MODULES += libhistory
#APP_MODULES += libhooks APP_MODULES += libhooks
APP_MODULES += libsflphone APP_MODULES += libsflphone
APP_MODULES += sflphoned APP_MODULES += sflphoned
......
sflphone @ ddd93dcf
Subproject commit c0a81a7da156e66a2ff20080ae674e240858388b Subproject commit ddd93dcff024275ffaa52ab172bbe5c528e15f3a
...@@ -105,6 +105,16 @@ python JavaJNI2CJNI_Load.py \ ...@@ -105,6 +105,16 @@ python JavaJNI2CJNI_Load.py \
echo "Appending callmanager_wrap.cpp..." echo "Appending callmanager_wrap.cpp..."
cat $NATIVE/sflphoneservice_loader.c >> dbus/callmanager_wrap.cpp cat $NATIVE/sflphoneservice_loader.c >> dbus/callmanager_wrap.cpp
#if [ "" != "$(find -iname sflphoneservice_loader.c)" ]; then
#
#fi
# callmanager_wrap.cpp
# callmanager_wrap.cpp
# sflphoneservice.java
# sflphoneserviceJNI.java
# ManagerImpl.java
echo -n "in " && popd echo -n "in " && popd
echo "Done" echo "Done"
exit 0 exit 0
/* ---------------------------------------------------------------------------- /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org). * This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.8 * Version 2.0.7
* *
* Do not make changes to this file unless you know what you are doing--modify * Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead. * the SWIG interface file instead.
...@@ -219,30 +219,6 @@ public class ConfigurationManagerJNI { ...@@ -219,30 +219,6 @@ public class ConfigurationManagerJNI {
return SFLPhoneserviceJNI.ConfigurationManagerJNI_getAudioManager(swigCPtr, this); return SFLPhoneserviceJNI.ConfigurationManagerJNI_getAudioManager(swigCPtr, this);
} }
public void setMailNotify() {
SFLPhoneserviceJNI.ConfigurationManagerJNI_setMailNotify(swigCPtr, this);
}
public SWIGTYPE_p_int32_t getMailNotify() {
return new SWIGTYPE_p_int32_t(SFLPhoneserviceJNI.ConfigurationManagerJNI_getMailNotify(swigCPtr, this), true);
}
public SWIGTYPE_p_std__mapT_std__string_int32_t_t getAddressbookSettings() {
return new SWIGTYPE_p_std__mapT_std__string_int32_t_t(SFLPhoneserviceJNI.ConfigurationManagerJNI_getAddressbookSettings(swigCPtr, this), true);
}
public void setAddressbookSettings(SWIGTYPE_p_std__mapT_std__string_int32_t_t settings) {
SFLPhoneserviceJNI.ConfigurationManagerJNI_setAddressbookSettings(swigCPtr, this, SWIGTYPE_p_std__mapT_std__string_int32_t_t.getCPtr(settings));
}
public StringVect getAddressbookList() {
return new StringVect(SFLPhoneserviceJNI.ConfigurationManagerJNI_getAddressbookList(swigCPtr, this), true);
}
public void setAddressbookList(StringVect list) {
SFLPhoneserviceJNI.ConfigurationManagerJNI_setAddressbookList(swigCPtr, this, StringVect.getCPtr(list), list);
}
public StringMap getHookSettings() { public StringMap getHookSettings() {
return new StringMap(SFLPhoneserviceJNI.ConfigurationManagerJNI_getHookSettings(swigCPtr, this), true); return new StringMap(SFLPhoneserviceJNI.ConfigurationManagerJNI_getHookSettings(swigCPtr, this), true);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment