OSDN Git Service

android: config.h: Add option to disable minidumps, default it to off
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 3 Feb 2019 08:16:44 +0000 (09:16 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 24 Mar 2020 22:21:30 +0000 (23:21 +0100)
commit5479ee03135e0479112119e2f76902c833065c17
treea5f6f6c22006b5026e3b044950734d336aa19562
parent6c8de5a3df9aab075f84c1a285815f71ede9d1c6
android: config.h: Add option to disable minidumps, default it to off

Porting of commit
7e4b0fae ("Add cmake option to disable minidumps, default it to off")

plus some other options that are to be set on (1) or off (0)

Fixes the following building error:

external/llvm80/lib/Support/Process.cpp:88:35:
error: use of undeclared identifier 'LLVM_ENABLE_CRASH_DUMPS'
static bool coreFilesPrevented = !LLVM_ENABLE_CRASH_DUMPS;
                                  ^
1 error generated.
device/include/llvm/Config/config.h
host/include/llvm/Config/config.h