summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-08 00:14:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-08 00:14:27 +0000
commitc752a40cc62d5eb731628b4caa604e1928bfce1e (patch)
treee47a49b57382a463ff1d14a40d3d3758d289bb89
parentac0fd5c32a4b6ec7bc88187094e6364e1ad24904 (diff)
parent3599023d5866f936f3ece584bbd1b63b26ae2424 (diff)
downloadsqlite-c752a40cc62d5eb731628b4caa604e1928bfce1e.tar.gz
Merge "Revert "[sqlite] Allow multiple versions"" into main
-rw-r--r--METADATA (renamed from dist-3.42.0/METADATA)0
-rw-r--r--METADATA.template21
-rw-r--r--README.version4
l---------dist1
-rw-r--r--dist-3.42.0/README.version3
-rw-r--r--dist/Android.bp (renamed from dist-3.42.0/Android.bp)0
-rw-r--r--dist/Android.patch (renamed from dist-3.42.0/Android.patch)0
-rw-r--r--dist/MODULE_LICENSE_PUBLIC_DOMAIN (renamed from dist-3.42.0/MODULE_LICENSE_PUBLIC_DOMAIN)0
-rw-r--r--dist/NOTICE (renamed from dist-3.42.0/NOTICE)0
-rw-r--r--dist/README-Android (renamed from dist-3.42.0/README-Android)0
-rw-r--r--dist/ext/misc/percentile.c (renamed from dist-3.42.0/ext/misc/percentile.c)0
-rw-r--r--dist/orig/shell.c (renamed from dist-3.42.0/orig/shell.c)0
-rw-r--r--dist/orig/sqlite3.c (renamed from dist-3.42.0/orig/sqlite3.c)0
-rw-r--r--dist/orig/sqlite3.h (renamed from dist-3.42.0/orig/sqlite3.h)0
-rw-r--r--dist/orig/sqlite3ext.h (renamed from dist-3.42.0/orig/sqlite3ext.h)0
-rw-r--r--dist/shell.c (renamed from dist-3.42.0/shell.c)0
-rw-r--r--dist/sqlite3.c (renamed from dist-3.42.0/sqlite3.c)0
-rw-r--r--dist/sqlite3.h (renamed from dist-3.42.0/sqlite3.h)0
-rw-r--r--dist/sqlite3ext.h (renamed from dist-3.42.0/sqlite3ext.h)0
19 files changed, 2 insertions, 27 deletions
diff --git a/dist-3.42.0/METADATA b/METADATA
index c9548e0..c9548e0 100644
--- a/dist-3.42.0/METADATA
+++ b/METADATA
diff --git a/METADATA.template b/METADATA.template
deleted file mode 100644
index 7b49024..0000000
--- a/METADATA.template
+++ /dev/null
@@ -1,21 +0,0 @@
-name: "SQLite"
-description:
- "SQLite database"
-
-third_party {
- url {
- type: HOMEPAGE
- value: "https://www.sqlite.org"
- }
- url {
- type: ARCHIVE
- value: "${SQLITE_URL}"
- }
- version: "${SQLITE_VERSION}"
- last_upgrade_date { year: $(date +%Y) month: $(date +%M) day: $(date +%D) }
- license_type: NOTICE
-
- security: {
- tag: "NVD-CPE2.3:cpe:/a:sqlite:sqlite" # see http://go/metadata-cpe
- }
-}
diff --git a/README.version b/README.version
index 9344a88..99c39d5 100644
--- a/README.version
+++ b/README.version
@@ -1,3 +1,3 @@
-URL: ${SQLITE_URL}
-Version: ${SQLITE_VERSION}
+URL: https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz
+Version: 3.42.0
BugComponent: 24950
diff --git a/dist b/dist
deleted file mode 120000
index 39346ab..0000000
--- a/dist
+++ /dev/null
@@ -1 +0,0 @@
-dist-3.42.0 \ No newline at end of file
diff --git a/dist-3.42.0/README.version b/dist-3.42.0/README.version
deleted file mode 100644
index 99c39d5..0000000
--- a/dist-3.42.0/README.version
+++ /dev/null
@@ -1,3 +0,0 @@
-URL: https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz
-Version: 3.42.0
-BugComponent: 24950
diff --git a/dist-3.42.0/Android.bp b/dist/Android.bp
index 8b67089..8b67089 100644
--- a/dist-3.42.0/Android.bp
+++ b/dist/Android.bp
diff --git a/dist-3.42.0/Android.patch b/dist/Android.patch
index cd39abc..cd39abc 100644
--- a/dist-3.42.0/Android.patch
+++ b/dist/Android.patch
diff --git a/dist-3.42.0/MODULE_LICENSE_PUBLIC_DOMAIN b/dist/MODULE_LICENSE_PUBLIC_DOMAIN
index e69de29..e69de29 100644
--- a/dist-3.42.0/MODULE_LICENSE_PUBLIC_DOMAIN
+++ b/dist/MODULE_LICENSE_PUBLIC_DOMAIN
diff --git a/dist-3.42.0/NOTICE b/dist/NOTICE
index fcc711b..fcc711b 100644
--- a/dist-3.42.0/NOTICE
+++ b/dist/NOTICE
diff --git a/dist-3.42.0/README-Android b/dist/README-Android
index 6811bad..6811bad 100644
--- a/dist-3.42.0/README-Android
+++ b/dist/README-Android
diff --git a/dist-3.42.0/ext/misc/percentile.c b/dist/ext/misc/percentile.c
index 1ed6b5e..1ed6b5e 100644
--- a/dist-3.42.0/ext/misc/percentile.c
+++ b/dist/ext/misc/percentile.c
diff --git a/dist-3.42.0/orig/shell.c b/dist/orig/shell.c
index 647a214..647a214 100644
--- a/dist-3.42.0/orig/shell.c
+++ b/dist/orig/shell.c
diff --git a/dist-3.42.0/orig/sqlite3.c b/dist/orig/sqlite3.c
index dd3b5c5..dd3b5c5 100644
--- a/dist-3.42.0/orig/sqlite3.c
+++ b/dist/orig/sqlite3.c
diff --git a/dist-3.42.0/orig/sqlite3.h b/dist/orig/sqlite3.h
index 48effe2..48effe2 100644
--- a/dist-3.42.0/orig/sqlite3.h
+++ b/dist/orig/sqlite3.h
diff --git a/dist-3.42.0/orig/sqlite3ext.h b/dist/orig/sqlite3ext.h
index 19e0300..19e0300 100644
--- a/dist-3.42.0/orig/sqlite3ext.h
+++ b/dist/orig/sqlite3ext.h
diff --git a/dist-3.42.0/shell.c b/dist/shell.c
index 30b0e9a..30b0e9a 100644
--- a/dist-3.42.0/shell.c
+++ b/dist/shell.c
diff --git a/dist-3.42.0/sqlite3.c b/dist/sqlite3.c
index 8778289..8778289 100644
--- a/dist-3.42.0/sqlite3.c
+++ b/dist/sqlite3.c
diff --git a/dist-3.42.0/sqlite3.h b/dist/sqlite3.h
index 48effe2..48effe2 100644
--- a/dist-3.42.0/sqlite3.h
+++ b/dist/sqlite3.h
diff --git a/dist-3.42.0/sqlite3ext.h b/dist/sqlite3ext.h
index 19e0300..19e0300 100644
--- a/dist-3.42.0/sqlite3ext.h
+++ b/dist/sqlite3ext.h