danielsmyers | bf705da | 2012-10-12 23:27:52 | [diff] [blame] | 1 | Copyright 2012 Google Inc. All Rights Reserved. |
2 | |||||
3 | This directory contains the files required to build the example application for | ||||
4 | the Invalidation Client, the source code of which is located under | ||||
5 | ../src/java/com/google/ipc/invalidation/examples/android2. | ||||
6 | |||||
danielsmyers | 6931c45 | 2013-01-25 21:40:40 | [diff] [blame] | 7 | To build the example, first run ./generate_protos.sh. Then, run ant debug or |
8 | ant release to build the application. |