diff options
author | Xin Li <delphij@google.com> | 2019-03-11 10:05:32 -0700 |
---|---|---|
committer | Xin Li <delphij@google.com> | 2019-03-11 10:05:32 -0700 |
commit | 2bf6a39c8a4c254cbfc4c2ee80cb3b3460a00c0d (patch) | |
tree | 4cfc5307cbc861f4a8a16ac42d01c5a18777eb76 /dist/Android.patch | |
parent | d168e3c466233a2a8992733631b2ea110451f370 (diff) | |
parent | a373e1d119441ddf79e44b379d4657ff31518b23 (diff) |
DO NOT MERGE - Merge PPRL.190305.001 into master
Bug: 127812889
Change-Id: I33d269cfcbc281555c3ebbbb6c30574e41cc673c
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index acc8ffd..51ab92d 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -1,5 +1,5 @@ ---- orig/shell.c 2018-02-18 23:53:25.407627650 -0800 -+++ shell.c 2018-02-18 23:53:25.467627374 -0800 +--- orig/shell.c 2019-01-07 14:22:53.308198437 -0800 ++++ shell.c 2019-01-07 14:22:53.356198069 -0800 @@ -87,6 +87,12 @@ #endif #include <ctype.h> @@ -37,8 +37,8 @@ if( p->openMode==SHELL_OPEN_ZIPFILE ){ char *zSql = sqlite3_mprintf( "CREATE VIRTUAL TABLE zip USING zipfile(%Q);", p->zDbFilename); ---- orig/sqlite3.c 2018-02-18 23:53:25.459627411 -0800 -+++ sqlite3.c 2018-08-22 15:28:04.016188846 -0700 +--- orig/sqlite3.c 2019-01-07 14:24:24.503497740 -0800 ++++ sqlite3.c 2019-01-07 14:24:24.871494912 -0800 @@ -30672,6 +30672,10 @@ # include <sys/mount.h> #endif |