Kaydet (Commit) 45de3417 authored tarafından jan Iversen's avatar jan Iversen

gbuild-to-ide patch to allow faulty gbuildtojson

Sometimes gbuildtojson does not get rebuild, and thus
delivers unexpected json files (old keys)

Change-Id: Ib4bab170ed5a2ab5c112d19af144f2551e608278
üst 76acb8ab
......@@ -126,6 +126,8 @@ class GbuildParser:
for i in ['CXXFLAGS', 'CFLAGS', 'OBJCFLAGS', 'OBJCXXFLAGS']:
jsondata[i] = GbuildParser.__split_flags(jsondata[i], jsondata[i+'APPEND'])
for i in jsonSrc:
if not i in jsondata:
jsondata[i] = ''
jsondata[i] = GbuildParser.__split_objs(module, jsondata[i], jsonSrc[i])
if not module in moduleDict:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment