I want to do some changes on the LatinIME. Therefore I cloned this Repo LatinIME and have done them.
Now I noticed that I need to build this within the AOSP cause there are dependencies.
My problem is now that I only want to build the LatinIME (with dependencies), but without building and cloning the whole AOSP.
I don't want to download and build the whole AOSP, like described here.
Is there any way to do this?
Edit: I found the following solutions.
- Build within AOSP and build the particular module with
mmm
macro. (This builds only the module and it's dependencies.) - Build with app toolchain and use prebuilt libraries extracted from prebuilt AOSP.