tongwei 3 years ago
parent
commit
cd1e3b1863
4 changed files with 278 additions and 0 deletions
  1. 1 0
      readme.txt
  2. 21 0
      src/build.bat
  3. 1 0
      src/jni
  4. 255 0
      逆向规范.html

+ 1 - 0
readme.txt

@@ -0,0 +1 @@
+足球逆向头文件定义

+ 21 - 0
src/build.bat

@@ -0,0 +1,21 @@
+@echo off
+
+cls
+
+@set "DIR=%cd%"
+@REM ... use paths relative to current directory
+@set "APP_ROOT=%DIR%/.."
+@set "APP_ANDROID_ROOT=%DIR%"
+
+@echo %time%
+@echo NDK_ROOT = %ANDROID_NDK_HOME%
+@echo APP_ROOT = %APP_ROOT%
+@echo APP_ANDROID_ROOT = %APP_ANDROID_ROOT%
+@echo Using prebuilt externals
+
+rem rd  /S /Q   libs
+rem rd  /S /Q   obj -j16
+
+del s:\libHero.so
+
+call ndk-build.cmd -j 1

+ 1 - 0
src/jni

@@ -0,0 +1 @@
+Subproject commit d61975e1ae6fe98522014081a5f260cf778a5ea1

File diff suppressed because it is too large
+ 255 - 0
逆向规范.html


Some files were not shown because too many files changed in this diff