Skip to content

Commit

Permalink
Fix: unused dt entry in execve() wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
imkiva committed Oct 22, 2017
1 parent 2ee2c98 commit 6a0346f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_library(neoterm
SHARED
src/main/cpp/neoterm.cpp)

add_library(nexec
SHARED
src/main/cpp/exec.c)
#add_library(nexec
# SHARED
# src/main/cpp/exec.c)

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "io.neoterm"
minSdkVersion 21
targetSdkVersion 26
versionCode 29
versionName "1.2.7"
versionCode 30
versionName "1.2.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resConfigs "zh-rCN", "zh-rTW"
externalNativeBuild {
Expand Down
Binary file added app/src/main/jniLibs/arm64-v8a/libnexec.so
Binary file not shown.
Binary file added app/src/main/jniLibs/armeabi-v7a/libnexec.so
Binary file not shown.
Binary file added app/src/main/jniLibs/x86_64/libnexec.so
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 6a0346f

Please sign in to comment.