nmeum / android-tools

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

cmake: Use generated version header files #96

Closed Biswa96 closed 1 year ago

Biswa96 commented 1 year ago

This uses cmake to generate required version.h and platform_tools_version.h files which are then included in adb and core submodules. The change replaces two patches for those projects. The generated header will help to build other projects like aapt and aapt2 without patching for version headers.

anatol commented 1 year ago

It looks good to me. @nmeum do you have any objections against this patch?

nmeum commented 1 year ago

I like it, thanks for working on this!