commit | 5c9ca40150b0b082575d03f2542ddff2964114f4 | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Tue Nov 19 09:46:23 2019 -0800 |
committer | Rob Mohr <mohrr@google.com> | Tue Nov 19 18:28:54 2019 +0000 |
tree | e288e05ba5caa680f8be2f8bff297688b51ed55b | |
parent | c2787500d5dd06926fea71e11aa554fa77a03804 [diff] |
Remove SUBDIRS from BUILD. (Apparently unused.) Change-Id: I93ceb8c05797d8775f6ad9580e016470b1cda211
diff --git a/BUILD b/BUILD index 09d3e36..4a0181b 100644 --- a/BUILD +++ b/BUILD
@@ -13,14 +13,3 @@ # the License. licenses(["notice"]) # Apache License 2.0 - -SUBDIRS = [ - "pw_build", - "pw_docgen", - "pw_preprocessor", - "pw_span", - "pw_status", - "pw_string", - "pw_toolchain", - "pw_unit_test", -]