commit | de4c3e7b442983e3440b639c60ce7825463a3cd1 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Dec 07 12:56:59 2015 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Dec 07 13:05:54 2015 -0800 |
tree | 099fa7e5dec5926d8a0316eab3f2a2aa53674939 | |
parent | 93c2831af1798870245ee516e51c29a49a395c21 [diff] |
Handle multiple blueprint files in one dir If there are multiple blueprint files in one directory, say an Android.bp, and a build=['other.bp'] entry that pulls in another blueprint file from the same directory, we'd look for a matching Android.mk twice. This would cause duplicate glob rules. Instead, keep track of blueprint directories rather than files. Change-Id: I4f224e51337ffd5e5e48257ac3458c2d8b2061fa