Add header_namespace to handle cross-platform uses

Differential Revision: D7101683

fbshipit-source-id: 2a95cd1447d4cc5d796556e3281d08136cd130ff
This commit is contained in:
Michael Lee 2018-02-28 11:58:26 -08:00 committed by Facebook Github Bot
parent ddcd609a86
commit 35583e52f4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cxx_library(
srcs = [
"glog_init.cpp",
],
header_namespace = "",
exported_headers = ["fb/glog_init.h"],
compiler_flags = [
"-fexceptions",