Skip to content

Commit

Permalink
skia: Optimize for performance
Browse files Browse the repository at this point in the history
skia is one of the important libraries used for 2D drawing in Android. This makes it latency sensitive. Enable O3 for it.

Change-Id: Id50174b0e379836e5f46b07c6f8764eed688eb4f
  • Loading branch information
ralph950412 authored and someone5678 committed Aug 29, 2024
1 parent 525697f commit 7327a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ cc_defaults {
"-Wno-unused-parameter",
"-Wno-unused-variable",
"-fvisibility=hidden",
"-O3",
],

cppflags:[

"-O3",
],

export_include_dirs: [
Expand Down

0 comments on commit 7327a0a

Please sign in to comment.