rocksdb/buckifier
Yanqin Jin 3bea276fc8 Do not print u'string' in TARGETS file (#6841)
Summary:
Before this PR, extra deps passed in from cmd line to buckifier will be parsed
and used to populate a dict. Using this dict and printing to TARGETS file will
lead to printing u'', disallowed by build tools. This PR removes the u''.

Test Plan (local dev server):
```
python buckifier/buckify_rocksdb.py  '{"fake": {"extra_deps": [":test_dep", "//fake/module:mock1"], "extra_compiler_flags": ["-Os", "-DROCKSDB_LITE"]}}'
```
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6841

Reviewed By: siying

Differential Revision: D21538155

Pulled By: riversand963

fbshipit-source-id: 09403668a4aa1a15bad7dac229c2bc8ce8ee1349
2020-05-12 21:37:31 -07:00
..
buckify_rocksdb.py Do not print u'string' in TARGETS file (#6841) 2020-05-12 21:37:31 -07:00
check_buck_targets.sh Add Github Action for some basic sanity test of PR (#6761) 2020-04-30 19:22:45 -07:00
rocks_test_runner.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
targets_builder.py Make buckifier python3 compatible (#5922) 2019-10-23 13:52:27 -07:00
targets_cfg.py Buck config: Re-enable liburing under Linux (#6451) 2020-02-24 15:47:34 -08:00
util.py Make buckifier python3 compatible (#5922) 2019-10-23 13:52:27 -07:00