commit | ae58e2bfa5aab16e502527500da9762115aee469 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Oct 04 16:21:49 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 04 16:35:21 2016 -0700 |
tree | 65b95424442c3e6a45102b5b46f01c429bb55f69 | |
parent | 70209ad9f08f8f343c8faf4a60f001436705df97 [diff] |
Don't prune $(OUT_DIR) from findleaves.py Pruning $(OUT_DIR) can be overaggressive if $(OUT_DIR) matches the name of any directory in the source tree that contains Android.mk files. Pruning $(OUT_DIR) is no longer necessary, as one of the first things the build system does is put an empty Android.mk file in there to avoid recursing into it. Bug: 31941856 Test: m -j OUT_DIR=angler Change-Id: I7c5e95816f35bd5906845716d56cca76de7fa1ad