Re: [android-building] Re: How to build the Latin IME input method?

2018-09-24 Thread 'Dan Willemsen' via Android Building
AOSP does not have a minimal manifest for Latin IME -- with enough work,
it's likely possible, but I suspect it would need at least 30-40 different
repositories (the build system, different compilers, dependencies, etc).

- Dan

On Fri, Sep 21, 2018 at 8:36 AM Vedant Roy  wrote:

> Thank you so much for the assistance. I have two more questions in regards
> to this topic.
>
> 1] Is it possible to only download the part of the source that is relevant
> to the Latin IME?
>
> For example, can I just do: git clone
> https://android.googlesource.com/platform/packages/inputmethods/LatinIME
> and then run the lunch/tapas commands?
>
> 2] It turns out that I only need to build the native portion of the Latin
> IME (The C++ files), presumably into a .so file, so that they can be used
> by an apk. They can be found here:
> https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master/native/
>
>
> Is it possible for me to only build the native portion of the Latin IME?
>
> http://groups.google.com/group/android-building?hl=en
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Building" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to android-buildi...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-building+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-building] Re: How to build the Latin IME input method?

2018-09-21 Thread Vedant Roy
Thank you so much for the assistance. I have two more questions in regards 
to this topic.

1] Is it possible to only download the part of the source that is relevant 
to the Latin IME?
 
For example, can I just do: git clone 
https://android.googlesource.com/platform/packages/inputmethods/LatinIME 
and then run the lunch/tapas commands?

2] It turns out that I only need to build the native portion of the Latin 
IME (The C++ files), presumably into a .so file, so that they can be used 
by an apk. They can be found 
here: 
https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master/native/
 

Is it possible for me to only build the native portion of the Latin IME?

http://groups.google.com/group/android-building?hl=en
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Building" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-buildi...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-building] Re: How to build the Latin IME input method?

2018-09-19 Thread 'Dan Willemsen' via Android Building
Download the source and set up your machine as described on
https://source.android.com/setup/build/requirements

Basically, do everything up to the "lunch" step, then use "tapas" instead:

  $ tapas LatinIME arm64
  $ m

The APK will be
in out/target/product/generic_arm64/system/app/LatinIME/LatinIME.apk

- Dan

On Wed, Sep 19, 2018 at 8:20 AM Bhavdip Bhalodia <
bhavdip.bhalo...@codereadr.com> wrote:

> I am also trying to develop LatinIME but there is less understanding to
> develop it.
> Thanks,
>
> On Monday, August 27, 2018 at 9:40:02 PM UTC+5:30, Vedant Roy wrote:
>>
>> I am trying to build the Latin IME input method.
>>
>> The source code can be found here:
>> https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master
>>
>> Are there any guides on how to build Android source code. Any tips at all
>> would be helpful. For instance - what are the tools I need, what files are
>> actually necessary for the build etc.
>>
> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-building+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.