diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 21:20:47 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 21:20:47 +0000 |
commit | d339e3cbbe150f7090f1a6463efb84e9462c210c (patch) | |
tree | 9c9d7a06b9f2997fcddd46a60363e0a98af3ffed /build/android/empty/src/.keep | |
parent | 4010cd52d42dd1ddadcc842bf9f7cb6be05fb5ad (diff) | |
download | chromium_src-d339e3cbbe150f7090f1a6463efb84e9462c210c.zip chromium_src-d339e3cbbe150f7090f1a6463efb84e9462c210c.tar.gz chromium_src-d339e3cbbe150f7090f1a6463efb84e9462c210c.tar.bz2 |
Add support for generating jars from protos and add cacheinvalidation_java.
The cacheinvalidation_java target is also added to build/all_android.gyp to
ensure it is always built since nothing currently depends on it upstream.
When all of Android-specific sync code is upstreamed, a target for sync
should be used instead of cacheinvalidation.
BUG=158382
Review URL: https://chromiumcodereview.appspot.com/11146005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167746 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/empty/src/.keep')
-rw-r--r-- | build/android/empty/src/.keep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/android/empty/src/.keep b/build/android/empty/src/.keep new file mode 100644 index 0000000..0f710b6 --- /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. |