diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-06-23 12:05:39 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-06-23 12:06:28 +0200 |
commit | 6bd8414d8bea8166d7b00a65de1e7a06f5a1f58e (patch) | |
tree | c5d3896d740560446a08ff6e7fcdefd2a8470c91 /main/misc | |
parent | 767c10de1f6d241b7d47050e50529f4af9806286 (diff) |
Reenable break pad support by default and display last dump date in crash fragment.
Diffstat (limited to 'main/misc')
-rwxr-xr-x | main/misc/build-native.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh index af7c12c8..f9588171 100755 --- a/main/misc/build-native.sh +++ b/main/misc/build-native.sh @@ -26,7 +26,7 @@ else fi if [ "x$1" = "x" ]; then - ndk-build -j 8 USE_BREAKPAD=0 + ndk-build -j 8 USE_BREAKPAD=1 else ndk-build $@ fi |