NSS:Android: Difference between revisions

Line 84: Line 84:


NOTE: The tests do yet pass.
NOTE: The tests do yet pass.
UPDATE: The tests that are failing are the fips tests because PR_GetLibraryFilePathname() currently does not work on android. In android NDK versions before 8 dladdr wasn't support. In versions after 8, dladdr does not correctly return the full path to the library, which is what we are trying to get in PR_GetLibraryFilePathname(). At this point I'm waiting util wtc gets back from vacation to talk about possible solutions.
439

edits