gn2bp: add get_cmd to BaseActionSanitizer
Test: update_results.sh Change-Id: I054607965a7011b1fccb67b5e89744b86dce2345
This commit is contained in:
@@ -730,6 +730,9 @@ class BaseActionSanitizer():
|
||||
def get_args(self):
|
||||
return self.target.args
|
||||
|
||||
def get_cmd(self):
|
||||
return ""
|
||||
|
||||
def get_outputs(self):
|
||||
return self.target.outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user