summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Shombert <shombert@google.com>2024-01-08 19:11:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-08 19:11:09 +0000
commitfd5a58211dcf3f4d4549210bb06c2d9421b589f5 (patch)
treee47a49b57382a463ff1d14a40d3d3758d289bb89
parentcc6929369e1eea8e183dffa33179f29630a81545 (diff)
parentc22c0c1341273c9548caa024638aa0a3699e5697 (diff)
downloadsqlite-fd5a58211dcf3f4d4549210bb06c2d9421b589f5.tar.gz
Merge "Enable the sqlite Tables_Used() function." into main
-rw-r--r--dist/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index 023cf32..8b67089 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -70,6 +70,7 @@ cc_defaults {
"-DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD",
"-DSQLITE_DEFAULT_LEGACY_ALTER_TABLE",
"-DSQLITE_ALLOW_ROWID_IN_VIEW",
+ "-DSQLITE_ENABLE_BYTECODE_VTAB",
"-Wno-unused-parameter",
"-Werror",