Fix variable name.
Change-Id: Ie7439f71cf7fd2eeacd45a5d6625e610dad8bfbe (cherry picked from commit 1a1dfcb5fcb6eda11d8dbf5df02f0083853dd5c1)
This commit is contained in:
parent
51f0d3f58a
commit
c73e461537
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ def GetBuildProp(prop, info_dict):
|
|||
try:
|
||||
return info_dict.get("build.prop", {})[prop]
|
||||
except KeyError:
|
||||
raise common.ExternalError("couldn't find %s in build.prop" % (property,))
|
||||
raise common.ExternalError("couldn't find %s in build.prop" % (prop,))
|
||||
|
||||
def AddToKnownPaths(filename, known_paths):
|
||||
if filename[-1] == "/":
|
||||
|
|
Loading…
Reference in a new issue