commit | 16404f5f803d61710ef716bda8f191fb88ead26b | [log] [tgz] |
---|---|---|
author | Jeffrey Huang <jeffreyhuang@google.com> | Mon Oct 24 11:02:46 2022 -0700 |
committer | Jeffrey Huang <jeffreyhuang@google.com> | Thu Jan 12 09:37:05 2023 -0800 |
tree | 4bd3fd9f3a3f78143c306c2d7364eb3c3de9cc17 | |
parent | 660acf092e12272fd0d39d9d2a5b89f7cbd4b64c [diff] |
Allow native statsd to link libsqlite This is necessary because there are no ndk apis for sqlite and security requirements for restricted statsd logging require statsd to access the sqlite database. Statsd is a c++ process, so the java apis cannot be used for this. Bug: 254279281 Test: m -j Change-Id: Id6360b48274f30073f8fc323ff7fe0a072ced3e4