summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/android/Android.bp b/android/Android.bp
index 0cccef1..11b2ce6 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -19,7 +19,10 @@ cc_library_static {
],
target: {
android: {
- cflags: ["-DSQLITE_ENABLE_ICU"],
+ cflags: [
+ "-DSQLITE_ENABLE_ICU",
+ "-DSQLITE_DEFAULT_LEGACY_ALTER_TABLE",
+ ],
shared_libs: [
"libandroidicu",
],