Skip to content

Commit

Permalink
fix android flags
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Dec 15, 2023
1 parent a867043 commit caab3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_task_build():
args.append("pdf_use_skia=false")
args.append("pdf_enable_xfa=false")
args.append("pdf_enable_v8=false")
args.append("is_component_build=true")
args.append("is_component_build=false")
args.append("pdf_is_standalone=true")
args.append("pdf_bundle_freetype=true")

Expand Down

0 comments on commit caab3dd

Please sign in to comment.