Tags: noraj/android-tools
Tags
completions: Remove zsh completion files Technically, we no longer need to install the common completion file now as we are only using this file for bash completions. However, this issue is a blocker for the upcoming platform-tools-31.0.2 release and I don't want to spend a lot of time fiddling with completion files at this point in time. The completion setup can still be cleanup up later. Fixes nmeum#38
LICENSE: Initialize This change licenses the files in this repository under a Apache-2.0 license, the same license is used by the Android Open Source Project itself. The addition of this license was approved, in the corresponding GitHub issue, by all people who previously contributed significant changes to this repository: * @Minecrell * @Johnnynator * @sgn * @anatol See: https://web.archive.org/web/20210327144803/https://github.com/nmeum/android-tools/issues/21 Fixes nmeum#21
CMakeLists.txt: Explicitly define _FILE_OFFSET_BITS for glibc Fixes build on 32-bit glibc platforms. See: nmeum#1 (comment)
PreviousNext