Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-30 | add runtime deps for custom targets | David Tardon | |
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008 | |||
2012-05-10 | normalize variable names in gbuild user makefiles | Michael Stahl | |
Variables should have module name as prefix to prevent collisions. | |||
2012-05-09 | gbuild: remove gb_Helper_abbreviate_dirs_native | Matúš Kukan | |
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21 | |||
2012-04-14 | unoil: remove generated classes before calling javamaker | Michael Stahl | |
Otherwise the class files for IDL files that were removed still end up in unoil.jar and may cause JunitTest to fail with "binaryurp::Unmarshal: type with unknown name: ". | |||
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-06 | unoil: use CustomTarget makefiles | Matúš Kukan | |