Overview
Application Scenarios
Preconditions
Target
A way that we can develop、compile and link custom C/C++ feature package which to support multiple mobile platform.Feature involves with different aspects.Eg: graph、security and etc.
iOS Platform
1.Auto coding linking .lib source code
2.Archive .lib file
3.Archive Framework file
4.Archive Framework file with a vendor lib
Android Platform
1.Auto coding linking .so/.lib source code
2.Archive .so lib
3.Archive .jar lib
4.Archive .arr lib
5.Archive .arr lib with a vendor lib
Usage
1.OpenCV
2.OpenSSL
网友评论