Todd Volkert 4d8a5c2c26 Revert "The dynamic services SDK produces a fat Mach binary of x64 and arm64 variants."
This reverts commit dcb7a9df9bce4eb941157aa4038cb48adfe7fe04 in order to fix the build breakage: ".../obj/sky/services/dynamic/libFlutterServices.a and .../clang_x64/obj/sky/services/dynamic/libFlutterServices.a have the same architectures (x86_64) and can't be in the same fat output file"
2016-03-22 14:52:07 -07:00
..

Flutter Dynamic Services Loader

Third party service implementations are packaged as dylibs. Each dylib implementation needs to import just one file (dynamic_service_dylib.h) and implement FlutterServicePerform to provide the service implementation. In order to build the dylib, the build step needs the //sky/services/dynamic:dylib GN rule.