diff options
author | Dimitry Ivanov <dimitry@google.com> | 2019-05-14 23:12:44 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-05-14 23:12:44 -0700 |
commit | 099c08b8f2e6d4a02ea8a9b767c08370beb38308 (patch) | |
tree | 8208b2c0c15d724b4c77ea14f7bbaee77d152b89 /android | |
parent | 11613b204fa3ad90daddd887ad592c981dcdf181 (diff) | |
parent | 08675b42a3fd63d4a7ad67501739872d198aa0d3 (diff) |
Merge "Enable native_bridge_support for libsqlite" am: 11253fa3e8
am: 08675b42a3
Change-Id: I020be050444180572c16d531b9802ba6bb5cdffb
Diffstat (limited to 'android')
-rw-r--r-- | android/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Android.bp b/android/Android.bp index 50adbe8..3ff870e 100644 --- a/android/Android.bp +++ b/android/Android.bp @@ -2,6 +2,7 @@ cc_library_static { name: "libsqlite3_android", vendor_available: true, host_supported: true, + native_bridge_supported: true, cflags: [ "-DSQLITE_ENABLE_ICU", "-Wall", |