android-tools icon indicating copy to clipboard operation
android-tools copied to clipboard

Unoffical CMake-based build system for android command line utilities

Results 25 android-tools issues
Sort by recently updated
recently updated
newest added

``` In file included from /home/ahmed/android-tools/vendor/adb/client/auth.cpp:35: /home/ahmed/android-tools/vendor/adb/tls/include/adb/tls/tls_connection.h:51:31: error: ‘function’ in namespace ‘std’ does not name a template type 51 | using CertVerifyCb = std::function; | ^~~~~~~~ /home/ahmed/android-tools/vendor/adb/tls/include/adb/tls/tls_connection.h:27:1: note: ‘std::function’ is...

Android Open Source Project (AOSP)

This is a tool for packing multiple DTB/DTBO files into a single image which is used by bootloader on various Android devices since circa 2017. `libufdt` is tracking tag [`platform-tools-31.0.3`](https://android.googlesource.com/platform/system/libufdt/+/refs/tags/platform-tools-31.0.3)...

* Set language standard via `CMAKE_C_STANDARD` and `CMAKE_CXX_STANDARD` standard * Use new [`add_compile_options`](https://cmake.org/cmake/help/latest/command/add_compile_options.html) and [`add_compile_definitions`](https://cmake.org/cmake/help/latest/command/add_compile_definitions.html) * Instead of modifying both C and C++ flags directly * Bump required CMake version...

Android devs finally pushed platform-tools-33.0.1 to the repo (https://issuetracker.google.com/issues/229569602). It makes `android-tools` update to 33.0.1 release possible.

Hello. I am working on adding aapt2. Now I have a successful build but I have an error while executing aapt2 ``` ./vendor/aapt2 version ``` ``` Segmentation error (the memory...

Trying to build on Darwin/macOS fails with this error: ``` ... [ 17%] Building CXX object vendor/CMakeFiles/libadb.dir/adb/services.cpp.o [ 17%] Built target libandroidfw [ 17%] Building CXX object vendor/CMakeFiles/libadb.dir/adb/socket_spec.cpp.o [ 18%]...

intended to fix formating f2fs partitons via fastboot ### before ### after

We ship go.sum file since 31.0.0 release, which comes with following boringssl commit: https://boringssl-review.googlesource.com/c/boringssl/+/42044 Without Internet build now fails with ``` [ 50%] Generating err_data.c cd /builddir/build/BUILD/android-tools-31.0.2/vendor/boringssl/crypto/err && /usr/bin/go run...