Commit eb3f0d20 authored by Genevieve Helsel's avatar Genevieve Helsel Committed by Facebook GitHub Bot

flag manual import so autodeps won't add symbolizer to default init deps

Summary: as title, marking this import as manual will make it so autodeps won't double list it in the TARGETS file.

Reviewed By: yfeldblum, luciang

Differential Revision: D27418310

fbshipit-source-id: 0c32ff1ad0ad7997a83b050f7fe3cdc522f582cc
parent c09d7af4
......@@ -25,7 +25,7 @@
#include <folly/synchronization/HazptrThreadPoolExecutor.h>
#if !defined(_WIN32) && !defined(__XROS__)
#include <folly/experimental/symbolizer/SignalHandler.h>
#include <folly/experimental/symbolizer/SignalHandler.h> // @manual
#endif
#include <folly/portability/GFlags.h>
......
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