diff options
-rw-r--r-- | platform/android/ReadMe.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/platform/android/ReadMe.txt b/platform/android/ReadMe.txt index 17e60e73..61e4821f 100644 --- a/platform/android/ReadMe.txt +++ b/platform/android/ReadMe.txt @@ -179,20 +179,3 @@ our app), execute: adb logcat Good luck! - -Forms support -~~~~~~~~~~~~~ - -To build with PDF forms support, the only change is to the ndk-build stage. -Run: - - V8_BUILD=yes ndk-build - -The build will need v8 headers and libraries to be present in the thirdparty -directory. The files assumed are: - - thirdparty/v8-3.9/android/libv8_base.a - thirdparty/v8-3.9/android/libv8_snapshot.a - thirdparty/v8-3.9/include/v8.h - thirdparty/v8-3.9/include/v8stdint.h - |