Update android build files

* build libescargot as static in android
* Add native shell build in order to run test case on android
* Add missing license text for jni
* Update android shell app

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
Seonghyun Kim 2023-04-10 18:18:42 +09:00 committed by Hyukwoo Park
commit fbbad63f6e
5 changed files with 38 additions and 5 deletions

View file

@ -23,7 +23,6 @@
#include <mutex>
#include <sstream>
#include <sys/timeb.h>
#if defined(_MSC_VER)
#include <stdlib.h>
#define realpath(N, R) _fullpath((R), (N), _MAX_PATH)