diff options
| author | Colin Cross <ccross@android.com> | 2017-10-19 15:30:06 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2017-10-19 15:33:11 -0700 |
| commit | 4a0fe087b105d9974be92d976656e8ad935eae5a (patch) | |
| tree | 371628d85554fa605c295d86a9ccaf5ed1ce011f /tests | |
| parent | 5029114553522a0e4612b7eb82996c02683b5508 (diff) | |
| download | platform_build_blueprint-4a0fe087b105d9974be92d976656e8ad935eae5a.tar.gz platform_build_blueprint-4a0fe087b105d9974be92d976656e8ad935eae5a.tar.bz2 platform_build_blueprint-4a0fe087b105d9974be92d976656e8ad935eae5a.zip | |
Finish switching blueprint back to the original Blueprints format
An ill-fated experiment with using a format that was closer to
Bazel left Blueprint preferring the original style, but documenting
and using the new style. Update the documentation and run bpfmt -w.
Test: builds
Change-Id: I3fb70c8fa50c332da01cf5912b179c60d1638814
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_tree/Blueprints | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tree/Blueprints b/tests/test_tree/Blueprints index d5e1358..aeb68d9 100644 --- a/tests/test_tree/Blueprints +++ b/tests/test_tree/Blueprints @@ -1,3 +1,3 @@ // Root Blueprints file for test_tree -subdirs=["*"] +subdirs = ["*"] |
