OSDN Git Service

Fix incremental builds for SDK.
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 00:26:56 +0000 (17:26 -0700)
commit9c5564e060b019d154b07fca3513443039266145
treefae23a2da098b60a1a635b0382f0ff962780a3b8
parentf6771f631b814189d83b9b16cfa73d1466f932af
Fix incremental builds for SDK.

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
tools/atree/atree.cpp