Have androidmk ignore all-makefiles-under

That's automatically implemented now by the finder

Bug: b/37748825
Test: m -j nothing # which runs unit tests
Change-Id: Ie17907733a744dc97cd24c90bed73b4731e878ad
This commit is contained in:
Jeff Gaston
2017-11-27 16:06:40 -08:00
parent b4972e3d96
commit 0d83b8c9fe
3 changed files with 20 additions and 1 deletions

View File

@@ -177,6 +177,9 @@ func convertFile(filename string, buffer *bytes.Buffer) (string, []error) {
makeModule(file, val)
case val == clear_vars:
resetModule(file)
case val == include_ignored:
// subdirs are already automatically included in Soong
continue
default:
file.errorf(x, "unsupported include")
continue