diff --git a/lib/fb/BUCK b/lib/fb/BUCK index 5e780dc7..ffd5b5e3 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -22,6 +22,8 @@ prebuilt_cxx_library( cxx_library( name = "fbjni", srcs = glob(["src/main/cpp/**/*.cpp"]), + header_namespace = "", + exported_headers = subdir_glob([("src/main/cpp/include", "**/*.h")]), compiler_flags = [ "-DLOG_TAG=\"libfb\"", "-DDISABLE_CPUCAP", @@ -35,8 +37,6 @@ cxx_library( "-Wno-unused-parameter", "-std=c++11", ], - exported_headers = subdir_glob([("src/main/cpp/include", "**/*.h")]), - header_namespace = "", visibility = ["PUBLIC"], deps = [ ":ndklog",