build+libandroidfw: hack around CursorWindow compile
- CursorWindow appears to only compile with c++ STL but several other components of libandroidfw only compile with gnu STL so split it into its own Makefile, and compile it first with c++_static STL so its object can then be used by the subsequent gnu STL compile of libandroidfw
Loading
Please register or sign in to comment