OSDN Git Service

Fix incremental builds for SDK. [DO NOT MERGE]
authorDeepanshu Gupta <deepanshu@google.com>
Wed, 16 Jul 2014 00:22:00 +0000 (17:22 -0700)
committerDeepanshu Gupta <deepanshu@google.com>
Wed, 16 Jul 2014 01:06:12 +0000 (01:06 +0000)
commitf8387bbba8d800eba90859491509465983dfc715
treecc21c2d5cf94eacb52b49a7d74b76c6080c3945d
parent6fdf121c192944f13255a8908df802051fec6535
Fix incremental builds for SDK. [DO NOT MERGE]

Atree used to output files without escaping the filenames. This resulted
in breaks for incremental builds when filenames contained '$' symbol.
The change fixes this by escaping the filename properly.

Change-Id: I957787b1b3536c64ba6fcb5b4bb5fc60e8b04452
(cherry picked from commit 9c5564e060b019d154b07fca3513443039266145)
tools/atree/atree.cpp