From 8f14b89ef2a4e756b776db9ae4291ddd31f9781d Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 18 六月 2020 22:55:26 +0800 Subject: [PATCH] change repositories to aliyun --- app/.externalNativeBuild/cmake/debug/armeabi-v7a/rules.ninja | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/.externalNativeBuild/cmake/debug/armeabi-v7a/rules.ninja b/app/.externalNativeBuild/cmake/debug/armeabi-v7a/rules.ninja index d55e140..275f956 100644 --- a/app/.externalNativeBuild/cmake/debug/armeabi-v7a/rules.ninja +++ b/app/.externalNativeBuild/cmake/debug/armeabi-v7a/rules.ninja @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.10 +# Generated by "Ninja" Generator, CMake Version 3.6 # This file contains all the rules used to get the outputs files # built from the input files. @@ -17,7 +17,7 @@ rule CXX_COMPILER__native-lib depfile = $DEP_FILE deps = gcc - command = C:\Users\xiuxi\AppData\Local\Android\Sdk\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=armv7-none-linux-androideabi21 --gcc-toolchain=C:/Users/xiuxi/AppData/Local/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64 --sysroot=C:/Users/xiuxi/AppData/Local/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/sysroot $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = C:\Users\lgh\AppData\Local\Android\Sdk\ndk\21.0.6113669\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=armv7-none-linux-androideabi21 --gcc-toolchain=C:/Users/lgh/AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64 --sysroot=C:/Users/lgh/AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $IN_ABS description = Building CXX object $out @@ -25,7 +25,7 @@ # Rule for linking CXX shared library. rule CXX_SHARED_LIBRARY_LINKER__native-lib - command = cmd.exe /C "$PRE_LINK && C:\Users\xiuxi\AppData\Local\Android\Sdk\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=armv7-none-linux-androideabi21 --gcc-toolchain=C:/Users/xiuxi/AppData/Local/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64 --sysroot=C:/Users/xiuxi/AppData/Local/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/sysroot -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" + command = cmd.exe /C "$PRE_LINK && C:\Users\lgh\AppData\Local\Android\Sdk\ndk\21.0.6113669\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=armv7-none-linux-androideabi21 --gcc-toolchain=C:/Users/lgh/AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64 --sysroot=C:/Users/lgh/AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows-x86_64/sysroot -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" description = Linking CXX shared library $TARGET_FILE restat = $RESTAT @@ -42,7 +42,7 @@ # Rule for re-running cmake. rule RERUN_CMAKE - command = C:\Users\xiuxi\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\cmake.exe -HE:\workspace\Security_alarm\app -BE:\workspace\Security_alarm\app\.externalNativeBuild\cmake\debug\armeabi-v7a + command = C:\Users\lgh\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\cmake.exe -HE:\android\alarm\app -BE:\android\alarm\app\.externalNativeBuild\cmake\debug\armeabi-v7a description = Re-running CMake... generator = 1 @@ -51,7 +51,7 @@ # Rule for cleaning all built files. rule CLEAN - command = D:\program\ninja-master\ninja.exe -t clean + command = C:\Users\lgh\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\ninja.exe -t clean description = Cleaning all built files... @@ -59,6 +59,6 @@ # Rule for printing all primary targets available. rule HELP - command = D:\program\ninja-master\ninja.exe -t targets + command = C:\Users\lgh\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\ninja.exe -t targets description = All primary targets available: -- Gitblit v1.8.0