From 4b914a5d7e3d7971cb3e3ed49047fa331bd74da3 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 13 六月 2017 17:19:34 +0800
Subject: [PATCH] milestone 1

---
 VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/rules.ninja |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/rules.ninja b/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/rules.ninja
index 2116cfd..027059f 100644
--- a/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/rules.ninja
+++ b/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/rules.ninja
@@ -7,7 +7,7 @@
 
 # =============================================================================
 # Project: Project
-# Configuration: Debug
+# Configuration: Release
 # =============================================================================
 # =============================================================================
 
@@ -17,7 +17,7 @@
 rule CXX_COMPILER__rtspface
   depfile = $DEP_FILE
   deps = gcc
-  command = D:\Android\adk\ndk-bundle\toolchains\x86-4.9\prebuilt\windows-x86_64\bin\i686-linux-android-g++.exe  --sysroot=D:/Android/adk/ndk-bundle/platforms/android-22/arch-x86  $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $IN_ABS
+  command = D:\adk\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe  -target i686-none-linux-android -gcc-toolchain D:/adk/ndk-bundle/toolchains/x86-4.9/prebuilt/windows-x86_64 --sysroot=D:/adk/ndk-bundle/platforms/android-21/arch-x86  $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__rtspface
-  command = cmd.exe /C "$PRE_LINK && D:\Android\adk\ndk-bundle\toolchains\x86-4.9\prebuilt\windows-x86_64\bin\i686-linux-android-g++.exe  --sysroot=D:/Android/adk/ndk-bundle/platforms/android-22/arch-x86 -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 && D:\adk\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe  -target i686-none-linux-android -gcc-toolchain D:/adk/ndk-bundle/toolchains/x86-4.9/prebuilt/windows-x86_64 --sysroot=D:/adk/ndk-bundle/platforms/android-21/arch-x86 -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 = D:\Android\adk\cmake\3.6.3155560\bin\cmake.exe -HD:\workspace\proxy\VisitFace\RtspNativeCodec\app\src\main\cpp -BD:\workspace\proxy\VisitFace\RtspNativeCodec\app\.externalNativeBuild\cmake\release\x86
+  command = D:\adk\cmake\3.6.3155560\bin\cmake.exe -HD:\workspace\proxy\VisitFace\RtspNativeCodec\app\src\main\cpp -BD:\workspace\proxy\VisitFace\RtspNativeCodec\app\.externalNativeBuild\cmake\release\x86
   description = Re-running CMake...
   generator = 1
 
@@ -51,7 +51,7 @@
 # Rule for cleaning all built files.
 
 rule CLEAN
-  command = D:\Android\adk\cmake\3.6.3155560\bin\ninja.exe -t clean
+  command = D:\adk\cmake\3.6.3155560\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:\Android\adk\cmake\3.6.3155560\bin\ninja.exe -t targets
+  command = D:\adk\cmake\3.6.3155560\bin\ninja.exe -t targets
   description = All primary targets available:
 

--
Gitblit v1.8.0