Index: gyp/core.gyp |
diff --git a/gyp/core.gyp b/gyp/core.gyp |
index 868abea646bd662f9b5e46d6b3c00364852f9fb4..bf46e352cf01f1540fb946d5ccac1f3dd7c84c0e 100644 |
--- a/gyp/core.gyp |
+++ b/gyp/core.gyp |
@@ -81,6 +81,12 @@ |
'android_deps.gyp:cpu_features', |
], |
}], |
+ [ 'skia_android_framework', { |
+ 'libraries': [ |
+ # Required for SkAtomics_android.h |
+ '-lcutils', |
+ ], |
+ }], |
[ 'skia_arch_type == "arm"', { |
# The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android. |
'sources': [ |