Merge "Prevent dependency cycle due to system_shared_libs expansion"

This commit is contained in:
Dan Willemsen 2018-12-04 06:19:09 +00:00 committed by Gerrit Code Review
commit f56dad3fff

View file

@ -12,5 +12,6 @@ cc_library_static {
"-Werror",
],
stl: "none",
system_shared_libs: [],
export_include_dirs: ["include"],
}