| Index: third_party/freetype-android/BUILD.gn
|
| diff --git a/third_party/freetype-android/BUILD.gn b/third_party/freetype-android/BUILD.gn
|
| index c8828e9908249ab71715ef2e01d5349cdae4b1b4..c853c7628e010f8ea6f37f354fca4caeaf9502e4 100644
|
| --- a/third_party/freetype-android/BUILD.gn
|
| +++ b/third_party/freetype-android/BUILD.gn
|
| @@ -25,8 +25,11 @@ config("freetype-visibility") {
|
| }
|
|
|
| component("freetype") {
|
| - output_name = "freetype"
|
| - output_extension = "so.6"
|
| + if (is_linux) {
|
| + output_name = "freetype"
|
| + output_extension = "so.6"
|
| + }
|
| +
|
| sources = [
|
| "src/src/autofit/autofit.c",
|
| "src/src/base/ftbase.c",
|
|
|