Feature #1259

Add gnu-libstdc++ library version selection

Added by Zbigniew Rebacz over 8 years ago.

Status:NewStart date:09/05/2015
Priority:NormalDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:AndroidSpent time:-
Target version:-

Description

In current ndk implementation there are three version of gnu-libstdc++: 4.6, 4.7 and 4.9; It should be some kind of algorithm to detect the best fitted version.

Currently path generation process looks like this:

String versionsDir = nest + "gnu-libstdc++";

return nest + "gnu-libstdc++" + DIR_SEPS + "4.6" + DIR_SEPS + "include";

Also available in: Atom PDF