I am cross compiling my some legacy source code to android , I am using c++ map in my source code .
I am using map to store some object with ID
map<string, object> ;
map<"ls/1/uri/2", test> ;
Since I dont have map support in android ndk can some body suggest which source lib in the Ndk will help avail the same functionality ..