Implement HAXM adapter for Mac OS X
StrikerX3 opened this issue · 0 comments
StrikerX3 commented
Intel HAXM supports Mac OS X. The existing HAXM adapter won't compile on that operating system because it's missing the system class implementations.
The project structure consists of:
- The common interface under modules/haxm/src/common
- Linux system implementations under modules/haxm/src/linux
- Windows system implementations under modules/haxm/src/windows
The Mac OS X code can probably be based off the Linux system implementations. The directory must be named darwin
as defined in CMakeLists.txt for the project.