Skip to content

Commit

Permalink
Implement automatic c++ JVM thread attach/detach for djinni
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmacleod committed Sep 12, 2018
1 parent aeae04d commit 0c7e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/android/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do
export CXX=$target_host-clang++
export LD=$target_host-ld
export STRIP=$target_host-strip
export CXXFLAGS="-fPIC -fdata-sections -ffunction-sections -fomit-frame-pointer -mthumb"
export CXXFLAGS="-fPIC -fdata-sections -ffunction-sections -fomit-frame-pointer -mthumb -DEXPERIMENTAL_AUTO_CPP_THREAD_ATTACH"
#visibility=hidden
export CFLAGS=${CXXFLAGS}
export LDFLAGS="-fPIC -pie -Bsymbolic -Wl,--no-undefined -Wl,--gc-sections"
Expand Down

0 comments on commit 0c7e150

Please sign in to comment.