aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2022-04-04 14:23:53 +0000
committerandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2022-04-04 14:23:53 +0000
commit9054e93dc7cee54275e8e130a1ddb35ceaf3b4e6 (patch)
treeadfbf58651f7185c37b561e792c5afeac795f1b2
parente4161ab97f7bd69a68ac06faf33ca360463994a6 (diff)
parent9659252ba27aa5c6b26c947cbf703644618a4a99 (diff)
downloadskia-9054e93dc7cee54275e8e130a1ddb35ceaf3b4e6.tar.gz
Roll Skia from a357a11f7456 to 9659252ba27a (1 revision)
https://skia.googlesource.com/skia.git/+log/a357a11f7456..9659252ba27a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/android-next-autoroll Please CC djsollen@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Bug: b/223257095 Change-Id: I5fdb6aaddee72faf6948aedd145b04691c342f97
-rw-r--r--Android.bp2
-rwxr-xr-xgn/gn_to_bp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 374dac4717..9c01432326 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1753,7 +1753,7 @@ cc_library_static {
"android",
],
},
- linux_glibc: {
+ host_linux: {
srcs: [
"src/codec/SkRawCodec.cpp",
"src/ports/SkDebug_stdio.cpp",
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 16a2ea5caa..c38a086cb3 100755
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -180,7 +180,7 @@ cc_library_static {
"android",
],
},
- linux_glibc: {
+ host_linux: {
srcs: [
$linux_srcs
],