Chromium Code Reviews| Index: build/android/empty/src/.keep | 
| diff --git a/build/android/empty/src/.keep b/build/android/empty/src/.keep | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..0f710b673dd786e7c89610803fa86ccb41cac2aa | 
| --- /dev/null | 
| +++ b/build/android/empty/src/.keep | 
| @@ -0,0 +1,6 @@ | 
| +This is a file that needs to live here until http://crbug.com/158155 has | 
| +been fixed. | 
| + | 
| +The ant build system requires that a src folder is always present, and for | 
| +some of our targets that is not the case. Giving it an empty src-folder works | 
| +nicely though. |