Merge branch 'readonly-p4-master'

This commit is contained in:
Xavier Ducrohet
2009-04-18 16:01:21 -07:00
committed by The Android Open Source Project

View File

@@ -72,8 +72,10 @@ public class PreCompilerBuilder extends BaseBuilder {
/**
* Single line aidl error<br>
* "&lt;path&gt;:&lt;line&gt;: &lt;error&gt;"
* or
* "&lt;path&gt;:&lt;line&gt; &lt;error&gt;"
*/
private static Pattern sAidlPattern1 = Pattern.compile("^(.+?):(\\d+):\\s(.+)$"); //$NON-NLS-1$
private static Pattern sAidlPattern1 = Pattern.compile("^(.+?):(\\d+):?\\s(.+)$"); //$NON-NLS-1$
/**
* Data to temporarly store aidl source file information