Droid-wrapper, agcc with x86, mips or similar script

It seems that these projects are not being updated, and they lack support for x86 and mips.

Are they dead?

Tor for Android is built with droid-wrapper . I am ready to compile Tor for android-x86. (Right now Tor for android does not support x86.)

I have an AOSP installation, droid-wrapper, and I am creating it for ARM.

If I change the droid-wrapper myself to work on x86, then do I need to use a different AOSP folder?

I downloaded AOSP

lunch # select generic
make -j4

maybe i need another AOSP folder

lunch # select generic_86
make -j4

Not sure if I need another folder to create a second platform.

Such a great tool without documentation at all.

+4
source share

Source: https://habr.com/ru/post/1569430/


All Articles