nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
191 stars 57 forks source link

Add some other tools #39

Closed lzhiyong closed 3 years ago

lzhiyong commented 3 years ago

Can you add some other tools like aapt2 aidl and so on, because I also made one like yours, sdk-tools including build-tools and platform-tools, but I think you do better

Atemu commented 1 year ago

Hi, why was this closed?

Biswa96 commented 1 year ago

Which tool do you need? Other tools are hard to build/maintain or require more dependencies.

Atemu commented 1 year ago

As the OP mentions, build-tools such as aapt2 and the like.

Biswa96 commented 1 year ago

If things do not require Java I can try to work on that. But maintainer's approval is necessary first.

anatol commented 1 year ago

@Biswa96 what binaries do you plan to add and how much it complicates the build script?

I am fine with adding the new tools as long as there is someone who maintains its build system. cc @nmeum

Biswa96 commented 1 year ago

I have not even tried it, waiting for green flag.