Date: Saturday, November 2, 2019 @ 23:34:10 Author: anatolik Revision: 522400
Replace tab with spaces Modified: android-tools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-02 23:22:10 UTC (rev 522399) +++ PKGBUILD 2019-11-02 23:34:10 UTC (rev 522400) @@ -19,8 +19,8 @@ conflicts=(fastboot adb) _boringssl_commit=$(curl https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT | base64 -d) source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$tag - git+https://android.googlesource.com/platform/frameworks/native#tag=$tag - git+https://android.googlesource.com/platform/system/core#tag=$tag + git+https://android.googlesource.com/platform/frameworks/native#tag=$tag + git+https://android.googlesource.com/platform/system/core#tag=$tag git+https://android.googlesource.com/platform/system/extras#tag=$tag git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$tag git+https://android.googlesource.com/platform/external/selinux#tag=$tag @@ -40,7 +40,7 @@ # lunch full-eng # mmm system/core/adb/ # cp ./target/product/generic/system/framework/deployagent.jar . - deployagent.jar + deployagent.jar fix_build_core.patch bash_completion.fastboot) # Bash completion file was taken from https://github.com/mbrubeck/android-completion
