Browse Source

JNI-26 fixed include path for pEpEngine includes, according to new JNI build, + updated .hgignore

JNI-44
Edouard Tisserant 9 years ago
parent
commit
2f32d3d3b7
  1. 1
      .hgignore
  2. 6
      src/basic_api.cc
  3. 2
      src/gen_throw_pEp_exception.ysl2

1
.hgignore

@ -53,6 +53,7 @@ androidTests/build
androidTests/.idea androidTests/.idea
androidTests/androidTests.iml androidTests/androidTests.iml
androidTests/app/app.iml androidTests/app/app.iml
android/.idea
.gradle .gradle
android/.externalNativeBuild android/.externalNativeBuild
android/android.iml android/android.iml

6
src/basic_api.cc

@ -1,6 +1,6 @@
#include <pEp/keymanagement.h> #include <keymanagement.h>
#include <pEp/blacklist.h> #include <blacklist.h>
#include <pEp/sync.h> #include <sync.h>
#ifndef ANDROID #ifndef ANDROID
#include <string.h> #include <string.h>

2
src/gen_throw_pEp_exception.ysl2

@ -24,7 +24,7 @@ tstylesheet {
template "namespace" template "namespace"
|| ||
#include <assert.h> #include <assert.h>
#include <pEp/pEpEngine.h> #include <pEpEngine.h>
#include "throw_pEp_exception.hh" #include "throw_pEp_exception.hh"
namespace pEp { namespace pEp {

Loading…
Cancel
Save