commit
cdb03ddbc5
@ -16,7 +16,7 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags "-std=c++11"
|
||||
abiFilters 'x86_64', 'arm64-v8a', 'armeabi-v7a'
|
||||
abiFilters 'x86', 'x86_64', 'arm64-v8a', 'armeabi-v7a'
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
|
@ -7,6 +7,8 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#define __neoterm_no_return __attribute__((__noreturn__))
|
||||
|
||||
|
@ -22,7 +22,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.github.michael-rapp:android-util:1.15.0'
|
||||
api 'com.github.michael-rapp:android-util:1.15.0'
|
||||
implementation rootProject.ext.deps["annotations"]
|
||||
implementation rootProject.ext.deps["appcompat-v7"]
|
||||
testImplementation rootProject.ext.deps["junit"]
|
||||
|
Loading…
Reference in New Issue
Block a user