Commit 8eac60f2 authored by swift_gan's avatar swift_gan Committed by swift_gan

[Reconstitution]revert gradle

parent 76661ced
......@@ -1330,7 +1330,7 @@ JitCompile->CommitCode->CommitCodeInternal
- 并且在跳转的时候要注意入口地址符合要求
```cpp
bool isThumbCode(Size codeAddr) {
bool IsThumbCode(Size codeAddr) {
return (codeAddr & 0x1) == 0x1;
}
```
......
......@@ -17,7 +17,7 @@ android {
cmake {
arguments '-DBUILD_TESTING=OFF'
cppFlags "-frtti -fexceptions -Wpointer-arith"
abiFilters 'armeabi-v7a'
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
}
......
......@@ -34,7 +34,6 @@ add_library( # Sets the name of the library.
src/main/cpp/art_jni_trampoline.cpp
# Provides a relative path to your source file(s).
src/main/cpp/libffi/closures.c
src/main/cpp/libffi/closures.c
src/main/cpp/libffi/debug.c
src/main/cpp/libffi/dlmalloc.c
src/main/cpp/libffi/java_raw_api.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment