11 lines
248 B
Text
11 lines
248 B
Text
cc_library_static {
|
|
name: "libpdfiumbigint",
|
|
defaults: ["pdfium-defaults"],
|
|
|
|
srcs: [
|
|
"bigint/BigInteger.cc",
|
|
"bigint/BigIntegerUtils.cc",
|
|
"bigint/BigUnsigned.cc",
|
|
"bigint/BigUnsignedInABase.cc",
|
|
],
|
|
}
|