Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
Source project has a limited visibility.
  • Lee Shombert's avatar
    6bbe14c5
    Enable sqlite trunk-stable flags in jni · 6bbe14c5
    Lee Shombert authored
    This change makes trunk-stable flags from the android.database.sqlite
    package available to the sqlite jni C++ files.  To use a flag in one
    of the SQLite source files (or any C++ file):
    
    ````
    #include <android_database_sqlite.h>
    
    bool myFlag = android::database::sqlite::my_sqlite_flag();
    ````
    
    Tested by referencing an existing sqlite flag in
    android_database_SQLiteConnection.cpp.  The change to that source file
    is not part of this CL.
    
    Bug: 329900153
    Change-Id: I3424cdd7a88886e67ed86b7514b8abb919f9fec3
    6bbe14c5
    History
    Enable sqlite trunk-stable flags in jni
    Lee Shombert authored
    This change makes trunk-stable flags from the android.database.sqlite
    package available to the sqlite jni C++ files.  To use a flag in one
    of the SQLite source files (or any C++ file):
    
    ````
    #include <android_database_sqlite.h>
    
    bool myFlag = android::database::sqlite::my_sqlite_flag();
    ````
    
    Tested by referencing an existing sqlite flag in
    android_database_SQLiteConnection.cpp.  The change to that source file
    is not part of this CL.
    
    Bug: 329900153
    Change-Id: I3424cdd7a88886e67ed86b7514b8abb919f9fec3
Code owners
Assign users and groups as approvers for specific file changes. Learn more.