mirror of https://github.com/bazelbuild/rules_cc
608c7b605f
The cc_shared_library_permissions mechanism was introduced to add control over which cc_shared_libraries can export a given cc_library. If the repo is big enough, the owner of a cc_library might want to prevent someone else in a different package making their library part of the ABI of a public shared library because that makes it harder to change the cc_library. This does not apply accross repositories because a dependant repository can overwrite anything from a repository dependency anyway. However, it is becoming more apparent than even though this mechanism should exist, it should not be enabled by default since most people don't need it. To enable it pass the flag --//examples:enable_permissions_check=True. RELNOTES:none PiperOrigin-RevId: 363171677 Change-Id: I8afb3294806bb3053ee1279c6e9c5355089bccbb |
||
---|---|---|
.. | ||
my_c_archive | ||
my_c_compile | ||
test_cc_shared_library | ||
test_cc_shared_library2 | ||
test_cc_shared_library3 | ||
write_cc_toolchain_cpu | ||
BUILD | ||
experimental_cc_shared_library.bzl |