Rocksdb Android Build
Opened this issue · 0 comments
ffreality commented
I am trying to build rocksdb for android platform on Ubuntu 24.04 LTS but make
gives this error.
/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_time.h:162:2: error: No timer implementation for this platform
#error No timer implementation for this platform
- I use cmake and NDK 25.1 toolchain.
- My android API level is 26
- My cmake configurations are like this but
make
gives me this error.
is there any suggestion for that ?