Skip to content

Commit

Permalink
Add submodule to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Jan 17, 2015
1 parent 20d3b09 commit b2f2362
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ Building
--------
UnifiedNlp can be built using Gradle. Current builds are done using Gradle 2.2, but other versions might work as well.

To build with Gradle, first clone UnifiedNlpApi as sub-project by invoking the following command in the project root:
To build with Gradle, first download git submodules:

git clone https://github.com/microg/android_external_UnifiedNlpApi.git UnifiedNlpApi
git submodule init
git submodule update

AOSP Build system integration
-----------------------------
Expand Down

0 comments on commit b2f2362

Please sign in to comment.