|
|
@ -3,7 +3,13 @@ from __future__ import absolute_import |
|
|
|
from __future__ import division |
|
|
|
from __future__ import division |
|
|
|
from __future__ import print_function |
|
|
|
from __future__ import print_function |
|
|
|
from __future__ import unicode_literals |
|
|
|
from __future__ import unicode_literals |
|
|
|
rocksdb_target_header = """load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders") |
|
|
|
|
|
|
|
|
|
|
|
rocksdb_target_header = """# This file \100generated by `python buckifier/buckify_rocksdb.py` |
|
|
|
|
|
|
|
# --> DO NOT EDIT MANUALLY <-- |
|
|
|
|
|
|
|
# This file is a Facebook-specific integration for buck builds, so can |
|
|
|
|
|
|
|
# only be validated by Facebook employees. |
|
|
|
|
|
|
|
# |
|
|
|
|
|
|
|
load("@fbcode_macros//build_defs:auto_headers.bzl", "AutoHeaders") |
|
|
|
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") |
|
|
|
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library") |
|
|
|
load(":defs.bzl", "test_binary") |
|
|
|
load(":defs.bzl", "test_binary") |
|
|
|
|
|
|
|
|
|
|
|