July 7, 2017

Port leveldb to Android

As leveldb has already implemented platform-dependent interfaces, porting leveldb is pretty simple. Cross compile the source code on Linux or build with NDK are both OK. Here's my NDK build script. It compiles with NDK r13b and leveldb 1.20.

You can get the full source code at leveldb-ndk