commit | 8cd303aec6f11ea9fece70f6e3d82efb607f8637 | [log] [tgz] |
---|---|---|
author | Guang Zhu <guangzhu@google.com> | Mon Feb 22 16:16:24 2010 -0800 |
committer | Guang Zhu <guangzhu@google.com> | Mon Feb 22 17:45:05 2010 -0800 |
tree | c906279cf543333e40b8afecf7dc651b685b21d3 | |
parent | 469888fe84f48febbe8a1c1ade455ffeac828079 [diff] |
Quick fix layout test path problems SD card mount point has changed from /sdcard to /mnt/sdcard. layout test was calling getCanonicalPath to determine the path to the test case, which causes problem because /sdcard is now a symlink, and canonical path is actually the "real" path. Using quick dirty fix for now, will properly migrate any hard-coded reference to "/sdcard" to system function calls.