Skip to content

Commit 9c1938e

Browse files
committed
Update pdfium
1 parent e225928 commit 9c1938e

File tree

163 files changed

+9788
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+9788
-1
lines changed

android-pdf-viewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
dependencies {
4545
implementation 'androidx.core:core:1.3.1'
46-
api 'com.github.T-Pro:PdfiumAndroid:2.0.0'
46+
api project(':pdfium')
4747
}
4848

4949
apply from: 'bintray.gradle'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"allAbis": [
3+
"armeabi-v7a",
4+
"arm64-v8a",
5+
"x86",
6+
"x86_64"
7+
],
8+
"validAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
]
14+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ndkHandlerSupportedAbis": [
3+
"ARMEABI_V7A",
4+
"ARM64_V8A",
5+
"X86",
6+
"X86_64"
7+
],
8+
"ndkHandlerDefaultAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
],
14+
"externalNativeBuildAbiFilters": [],
15+
"ndkConfigAbiFilters": [],
16+
"splitsFilterAbis": [],
17+
"ideBuildOnlyTargetAbi": true
18+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"allAbis": [
3+
"armeabi-v7a",
4+
"arm64-v8a",
5+
"x86",
6+
"x86_64"
7+
],
8+
"validAbis": [
9+
"ARM64_V8A"
10+
]
11+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"level": "INFO",
4+
"message": "ABIs [arm64-v8a,armeabi-v7a,armeabi] set by \u0027android.injected.build.abi\u0027 gradle flag contained \u0027ARMEABI\u0027 not targeted by this project."
5+
}
6+
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ndkHandlerSupportedAbis": [
3+
"ARMEABI_V7A",
4+
"ARM64_V8A",
5+
"X86",
6+
"X86_64"
7+
],
8+
"ndkHandlerDefaultAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
],
14+
"externalNativeBuildAbiFilters": [],
15+
"ndkConfigAbiFilters": [],
16+
"splitsFilterAbis": [],
17+
"ideBuildOnlyTargetAbi": true,
18+
"ideBuildTargetAbi": "arm64-v8a,armeabi-v7a,armeabi"
19+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"buildFiles": [
3+
"/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Android.mk",
4+
"/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Application.mk"
5+
],
6+
"cleanCommands": [
7+
"/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/ndk-build NDK_PROJECT_PATH\u003dnull APP_BUILD_SCRIPT\u003d/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Android.mk NDK_APPLICATION_MK\u003d/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Application.mk APP_ABI\u003darm64-v8a NDK_ALL_ABIS\u003darm64-v8a NDK_DEBUG\u003d1 APP_PLATFORM\u003dandroid-16 NDK_OUT\u003d/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT\u003d/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/lib clean"
8+
],
9+
"buildTargetsCommand": "/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/ndk-build NDK_PROJECT_PATH\u003dnull APP_BUILD_SCRIPT\u003d/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Android.mk NDK_APPLICATION_MK\u003d/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Application.mk APP_ABI\u003darm64-v8a NDK_ALL_ABIS\u003darm64-v8a NDK_DEBUG\u003d1 APP_PLATFORM\u003dandroid-16 NDK_OUT\u003d/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT\u003d/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/lib {LIST_OF_TARGETS_TO_BUILD}",
10+
"libraries": {
11+
"jniPdfium-debug-arm64-v8a": {
12+
"buildCommand": "/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/ndk-build NDK_PROJECT_PATH\u003dnull APP_BUILD_SCRIPT\u003d/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Android.mk NDK_APPLICATION_MK\u003d/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Application.mk APP_ABI\u003darm64-v8a NDK_ALL_ABIS\u003darm64-v8a NDK_DEBUG\u003d1 APP_PLATFORM\u003dandroid-16 NDK_OUT\u003d/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT\u003d/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/lib /Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libjniPdfium.so",
13+
"toolchain": "toolchain-arm64-v8a",
14+
"abi": "arm64-v8a",
15+
"artifactName": "jniPdfium",
16+
"files": [
17+
{
18+
"src": "/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/src/mainJNILib.cpp",
19+
"flags": "-target aarch64-none-linux-android21 -fdata-sections -ffunction-sections -fstack-protector-strong -funwind-tables -no-canonical-prefixes --sysroot /Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -g -Wno-invalid-command-line-argument -Wno-unused-command-line-argument -D_FORTIFY_SOURCE\u003d2 -fno-exceptions -fno-rtti -fpic -O0 -UNDEBUG -fno-limit-debug-info -I/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/include -I/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/sources/cxx-stl/llvm-libc++/include -I/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/sources/cxx-stl/llvm-libc++/../llvm-libc++abi/include -I/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni -fexceptions -DANDROID -DHAVE_PTHREADS -nostdinc++ -Wformat -Werror\u003dformat-security -fno-strict-aliasing"
20+
}
21+
],
22+
"output": "/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libjniPdfium.so"
23+
}
24+
},
25+
"toolchains": {
26+
"toolchain-arm64-v8a": {
27+
"cppCompilerExecutable": "/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++"
28+
}
29+
},
30+
"cFileExtensions": [],
31+
"cppFileExtensions": [
32+
"cpp"
33+
]
34+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Executable : /Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/ndk-build
2+
arguments :
3+
NDK_PROJECT_PATH=null
4+
APP_BUILD_SCRIPT=/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Android.mk
5+
NDK_APPLICATION_MK=/Users/ppamorim/Repository/PdfiumAndroid/src/main/jni/Application.mk
6+
APP_ABI=arm64-v8a
7+
NDK_ALL_ABIS=arm64-v8a
8+
NDK_DEBUG=1
9+
APP_PLATFORM=android-16
10+
NDK_OUT=/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj
11+
NDK_LIBS_OUT=/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/lib
12+
jniPdfium
13+
jvmArgs :
14+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fcntl(): Bad file descriptor
2+
/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/build/core/build-binary.mk:748: warning: overriding recipe for target '/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libc++_shared.so'
3+
/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/build/core/build-binary.mk:748: warning: ignoring old recipe for target '/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/obj/local/arm64-v8a/libc++_shared.so'
4+
/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/build/core/build-binary.mk:772: warning: overriding recipe for target '/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/lib/arm64-v8a/libc++_shared.so'
5+
/Users/ppamorim/Library/Android/sdk/ndk/21.0.6113669/build/core/build-binary.mk:772: warning: ignoring old recipe for target '/Users/ppamorim/Repository/AndroidPdfViewer/pdfium/build/intermediates/ndkBuild/debug/lib/arm64-v8a/libc++_shared.so'

0 commit comments

Comments
 (0)