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 коммит произвёл Facebook Github Bot
Родитель ddcd609a86
Коммит 35583e52f4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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