5

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.

  1. Build within AOSP and build the particular module with mmm macro. (This builds only the module and it's dependencies.)
  2. Build with app toolchain and use prebuilt libraries extracted from prebuilt AOSP.
nilo
  • 699
  • 7
  • 18

2 Answers2

0

I found the following solutions.

  1. Build within AOSP and build the particular module with mmm macro. (This builds only the module and it's dependencies.)
  2. Build with app toolchain and use prebuilt libraries extracted from prebuilt AOSP.
nilo
  • 699
  • 7
  • 18
-1

Just clone this and build your own: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master/java/

vNext
  • 1,102
  • 4
  • 16
  • 28