comparison app/src/main/jni/Exec/com_google_ase_Exec.cpp @ 457:105815cce146 stable-1.9.3-3

minimum version android 5, target and compile version api 28
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Jan 2019 11:21:57 -0800
parents d29cce60f393
children
comparison
equal deleted inserted replaced
456:b00031b2d6ac 457:105815cce146
22 #include <sys/ioctl.h> 22 #include <sys/ioctl.h>
23 #include <sys/types.h> 23 #include <sys/types.h>
24 #include <sys/wait.h> 24 #include <sys/wait.h>
25 #include <termios.h> 25 #include <termios.h>
26 #include <unistd.h> 26 #include <unistd.h>
27 #include <string.h>
27 28
28 #include "android/log.h" 29 #include "android/log.h"
29 30
30 #define LOG_TAG "Exec" 31 #define LOG_TAG "Exec"
31 #define LOG(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) 32 #define LOG(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)