Merge branch 'readonly-p4-master'
This commit is contained in:
committed by
The Android Open Source Project
commit
757a80d596
@@ -72,8 +72,10 @@ public class PreCompilerBuilder extends BaseBuilder {
|
||||
/**
|
||||
* Single line aidl error<br>
|
||||
* "<path>:<line>: <error>"
|
||||
* or
|
||||
* "<path>:<line> <error>"
|
||||
*/
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user