View Single Post
solca's Avatar
Posts: 109 | Thanked: 196 times | Joined on Sep 2008 @ Guatemala
#236
Originally Posted by Bundyo View Post
About the keyboard - Solca, there are three patches with overall 5 files and it compiles without a problem, however i discovered that i compiled the normal userspace. How one can include your vendor directory in the compilation?
Sorry, I couldn't check this and I'm off bed now.

For compiling NITdroid you need (from memory):

$ cd <android_src_dir>
$ . build/envsetup.sh
$ choosecombo
<select device>
<select release>
<select nit>
$ m

m is the alias for make, if you have more cores you can enable parallel compiling with something like 'm -j5' (j5 to fill a quad core).
__________________
NITdroid
 

The Following User Says Thank You to solca For This Useful Post: