aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-12 17:14:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-12 17:14:00 +0000
commitae84ac601811ef056d10c77df9caab6d247c3310 (patch)
tree009c337c6d500a12b10e20547bc709abf0e5daa7 /BUILD.gn
parent83a2dba507bf05de3cf512275ac5573809cd75c4 (diff)
parenta91bd4a4a48cb83547d60667c51c3a01a4c26c0b (diff)
downloadskia-ae84ac601811ef056d10c77df9caab6d247c3310.tar.gz
Merge "Roll Skia from 053490edfa70 to 7685acfb6221 (1 revision)" into main
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e93503ee48..8ce9ad8da7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -962,6 +962,10 @@ optional("gpu_shared") {
public_defines += [ "SK_METAL" ]
sources += skia_shared_mtl_sources
}
+
+ if (is_android) {
+ sources += skia_shared_android_sources
+ }
}
optional("gpu") {