I'm looking to build Skia lib for Android and iOS using minimum features. Mainly disable various third-party libraries. All I need is the PNG codec and all the other features just makes my binary too big. Looking at the build script and the code structure it seems like this would be possible...
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
--
Oh and I'm not sure I understand this: "You can limit the targets you build by passing their names to Ninja. I think you're looking for skia_lib." Could you show me an example for doing this?
--
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkString.h:39: error: undefined reference to 'SkToS32(long long)'
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkString.h:45: error: undefined reference to 'SkToS32(long long)'
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkString.h:39: error: undefined reference to 'SkToS32(long long)'
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkString.h:45: error: undefined reference to 'SkToS32(long long)'
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkPathRef.h:223: error: undefined reference to 'SkPathRef::validate() const'
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkPathRef.h:240: error: undefined reference to 'SkPathRef::validate() const'
/Developer/git/flipaclip-core/android/FcLibProject/fclib/src/main/jni/../../../../../../third_party/skia/include/core/SkPathRef.h:324: error: undefined reference to 'SkPathRef::validate() const'
collect2: error: ld returned 1 exit status