Merge "Use 'private: true' for the LLDNK-private library"

This commit is contained in:
Treehugger Robot
2021-01-08 00:57:35 +00:00
committed by Gerrit Code Review

View File

@@ -102,7 +102,7 @@ cc_library {
llndk_library {
name: "libft2.llndk",
vendor_available: false,
private: true,
symbol_file: "libft2.map.txt",
export_include_dirs: ["include"],
}