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..88215e9ac20473f2465542c80e3d2a956165702d |
--- /dev/null |
+++ b/build/android/empty/src/.keep |
@@ -0,0 +1,5 @@ |
+This is a file that needs to live here until crbug.com/158155 has been fixed. |
Ryan Sleevi
2012/10/30 00:50:43
nit: add the http:// so it will linkify correctly
nyquist
2012/10/31 17:49:33
Done.
|
+ |
+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. |