platform_build_blueprint/proptools
Colin Cross 41ca49ff91 Add proptools functions to escape strings
Blueprint properties that end up as command line arguments need to be
both ninja and shell escaped.  Provide helpers that primary builders can
use to appropriately escape them.

Change-Id: Ifd697d87edb1c6f0a910377835c391bbe8f95b42
2016-09-29 14:31:40 -07:00
..
clone.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
clone_test.go Support embedded anonymous property structs 2015-11-20 17:26:52 -08:00
escape.go Add proptools functions to escape strings 2016-09-29 14:31:40 -07:00
escape_test.go Add proptools functions to escape strings 2016-09-29 14:31:40 -07:00
extend.go Relax type requirements when extending properties 2016-08-22 15:35:17 -07:00
extend_test.go Relax type requirements when extending properties 2016-08-22 15:35:17 -07:00
proptools.go Add property support for pointers to bools and strings 2015-11-02 13:59:12 -08:00
typeequal.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
typeequal_test.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00