Fix world-readable permissions due to sqlite race condition - DO NOT MERGE

Existing code uses umask() to temporarily modify the file permissions for
open(). A race condition can occur where a second thread reads in the
temporary value, saves it, and then restores the file to the temporary value
resulting in world-readable permissions. Backporting a known fix:
http://www.sqlite.org/src/info/6c4c2b7dba

Bug: 15288755
Change-Id: I89779f3a5ba0bec181d6614b29b1e26ea4f4f049
1 file changed
tree: aec5b1f8379b14bc4ec524e3444db79ae1fedaf6
  1. android/
  2. dist/
  3. CleanSpec.mk