anbox-platform-sdk
1.23.0
Anbox Platform SDK API documentation
|
A collection of example platform plugins are provided with Anbox Platform SDK to help developers get started with plugin development. The following examples are included:
On Ubuntu 18.04, the following build dependencies are required to build examples (in addition to the build requirements of the SDK itself):
After the required dependencies are installed, you can build the examples with the following commands:
The example platform plugins follow the naming convention platform_<plugin name>.so
and can be found within the corresponding sub directory of the build directory.
Each platform plugin can be tested with the provided anbox-platform-tester
utility. The following command will execute all unit tests and provide a printout of the platform plugin test results.