diff options
| author | 2013-11-01 17:54:38 -0700 | |
|---|---|---|
| committer | 2013-11-01 17:54:38 -0700 | |
| commit | 03ec3428c9bcd8f8a8b58f79c2fc99a65097e1c5 (patch) | |
| tree | 1f5034c380772f78d163a25948296489a32ba9ce | |
| parent | 4cf4f5213e496b8862aa2d88d00eb0c734598072 (diff) | |
fix build
Change-Id: I9916113fde67afa04789f451355da215f9b015f7
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 2ccb9aa5ae29..9955d9ba9672 100644 --- a/Android.mk +++ b/Android.mk @@ -618,7 +618,7 @@ web_docs_sample_code_flags := \ -samplecode $(sample_dir)/BasicSyncAdapter \ samples/BasicSyncAdapter "" \ -samplecode $(sample_dir)/StorageClient \ - samples/StorageClient "" + samples/StorageClient "" \ -samplecode $(sample_dir)/StorageProvider \ samples/StorageProvider "" # -samplecode $(sample_dir)/AndroidBeamDemo \ |