Merge "Exclude list may have comment" am: 71caa549f3 am: eeba035377 am: daa7ed2846 am: b06917a133
Original change: https://android-review.googlesource.com/c/platform/development/+/2158136 Change-Id: I42ea086da287947209ed1a18d2fd836f58d79f2d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -30,7 +30,7 @@ def build_cmd(ninja_binary, ninja_file, target, exempted_file_list):
|
||||
if exempted_file_list and exempted_file_list.exists():
|
||||
with open(exempted_file_list) as fin:
|
||||
for l in map(str.strip, fin.readlines()):
|
||||
if l:
|
||||
if l and not l.startswith('#'):
|
||||
cmd.extend(['-e', l])
|
||||
cmd.append(target)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user