diff options
Diffstat (limited to 'runtime/runtime_options.def')
-rw-r--r-- | runtime/runtime_options.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index 8b504c1..8154236 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -122,5 +122,6 @@ RUNTIME_OPTIONS_KEY (void (*)(int32_t status), \ RUNTIME_OPTIONS_KEY (void (*)(), HookAbort, nullptr) RUNTIME_OPTIONS_KEY (unsigned int, ZygoteMaxFailedBoots, 10) RUNTIME_OPTIONS_KEY (Unit, NoDexFileFallback) +RUNTIME_OPTIONS_KEY (std::string, Fingerprint) #undef RUNTIME_OPTIONS_KEY |