summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-06 02:04:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-06 02:04:34 +0000
commitac0fd5c32a4b6ec7bc88187094e6364e1ad24904 (patch)
tree859701e4761aafc8683394da98d1d59914f2d463
parentfd5a58211dcf3f4d4549210bb06c2d9421b589f5 (diff)
parent989ee92442716ea6eb798be19ff9d4e10b220771 (diff)
downloadsqlite-ac0fd5c32a4b6ec7bc88187094e6364e1ad24904.tar.gz
Merge "[sqlite] Allow multiple versions" into main
-rw-r--r--METADATA.template21
-rw-r--r--README.version4
l---------dist1
-rw-r--r--dist-3.42.0/Android.bp (renamed from dist/Android.bp)0
-rw-r--r--dist-3.42.0/Android.patch (renamed from dist/Android.patch)0
-rw-r--r--dist-3.42.0/METADATA (renamed from METADATA)0
-rw-r--r--dist-3.42.0/MODULE_LICENSE_PUBLIC_DOMAIN (renamed from dist/MODULE_LICENSE_PUBLIC_DOMAIN)0
-rw-r--r--dist-3.42.0/NOTICE (renamed from dist/NOTICE)0
-rw-r--r--dist-3.42.0/README-Android (renamed from dist/README-Android)0
-rw-r--r--dist-3.42.0/README.version3
-rw-r--r--dist-3.42.0/ext/misc/percentile.c (renamed from dist/ext/misc/percentile.c)0
-rw-r--r--dist-3.42.0/orig/shell.c (renamed from dist/orig/shell.c)0
-rw-r--r--dist-3.42.0/orig/sqlite3.c (renamed from dist/orig/sqlite3.c)0
-rw-r--r--dist-3.42.0/orig/sqlite3.h (renamed from dist/orig/sqlite3.h)0
-rw-r--r--dist-3.42.0/orig/sqlite3ext.h (renamed from dist/orig/sqlite3ext.h)0
-rw-r--r--dist-3.42.0/shell.c (renamed from dist/shell.c)0
-rw-r--r--dist-3.42.0/sqlite3.c (renamed from dist/sqlite3.c)0
-rw-r--r--dist-3.42.0/sqlite3.h (renamed from dist/sqlite3.h)0
-rw-r--r--dist-3.42.0/sqlite3ext.h (renamed from dist/sqlite3ext.h)0
19 files changed, 27 insertions, 2 deletions
diff --git a/METADATA.template b/METADATA.template
new file mode 100644
index 0000000..7b49024
--- /dev/null
+++ b/METADATA.template
@@ -0,0 +1,21 @@
+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 99c39d5..9344a88 100644
--- a/README.version
+++ b/README.version
@@ -1,3 +1,3 @@
-URL: https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz
-Version: 3.42.0
+URL: ${SQLITE_URL}
+Version: ${SQLITE_VERSION}
BugComponent: 24950
diff --git a/dist b/dist
new file mode 120000
index 0000000..39346ab
--- /dev/null
+++ b/dist
@@ -0,0 +1 @@
+dist-3.42.0 \ No newline at end of file
diff --git a/dist/Android.bp b/dist-3.42.0/Android.bp
index 8b67089..8b67089 100644
--- a/dist/Android.bp
+++ b/dist-3.42.0/Android.bp
diff --git a/dist/Android.patch b/dist-3.42.0/Android.patch
index cd39abc..cd39abc 100644
--- a/dist/Android.patch
+++ b/dist-3.42.0/Android.patch
diff --git a/METADATA b/dist-3.42.0/METADATA
index c9548e0..c9548e0 100644
--- a/METADATA
+++ b/dist-3.42.0/METADATA
diff --git a/dist/MODULE_LICENSE_PUBLIC_DOMAIN b/dist-3.42.0/MODULE_LICENSE_PUBLIC_DOMAIN
index e69de29..e69de29 100644
--- a/dist/MODULE_LICENSE_PUBLIC_DOMAIN
+++ b/dist-3.42.0/MODULE_LICENSE_PUBLIC_DOMAIN
diff --git a/dist/NOTICE b/dist-3.42.0/NOTICE
index fcc711b..fcc711b 100644
--- a/dist/NOTICE
+++ b/dist-3.42.0/NOTICE
diff --git a/dist/README-Android b/dist-3.42.0/README-Android
index 6811bad..6811bad 100644
--- a/dist/README-Android
+++ b/dist-3.42.0/README-Android
diff --git a/dist-3.42.0/README.version b/dist-3.42.0/README.version
new file mode 100644
index 0000000..99c39d5
--- /dev/null
+++ b/dist-3.42.0/README.version
@@ -0,0 +1,3 @@
+URL: https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz
+Version: 3.42.0
+BugComponent: 24950
diff --git a/dist/ext/misc/percentile.c b/dist-3.42.0/ext/misc/percentile.c
index 1ed6b5e..1ed6b5e 100644
--- a/dist/ext/misc/percentile.c
+++ b/dist-3.42.0/ext/misc/percentile.c
diff --git a/dist/orig/shell.c b/dist-3.42.0/orig/shell.c
index 647a214..647a214 100644
--- a/dist/orig/shell.c
+++ b/dist-3.42.0/orig/shell.c
diff --git a/dist/orig/sqlite3.c b/dist-3.42.0/orig/sqlite3.c
index dd3b5c5..dd3b5c5 100644
--- a/dist/orig/sqlite3.c
+++ b/dist-3.42.0/orig/sqlite3.c
diff --git a/dist/orig/sqlite3.h b/dist-3.42.0/orig/sqlite3.h
index 48effe2..48effe2 100644
--- a/dist/orig/sqlite3.h
+++ b/dist-3.42.0/orig/sqlite3.h
diff --git a/dist/orig/sqlite3ext.h b/dist-3.42.0/orig/sqlite3ext.h
index 19e0300..19e0300 100644
--- a/dist/orig/sqlite3ext.h
+++ b/dist-3.42.0/orig/sqlite3ext.h
diff --git a/dist/shell.c b/dist-3.42.0/shell.c
index 30b0e9a..30b0e9a 100644
--- a/dist/shell.c
+++ b/dist-3.42.0/shell.c
diff --git a/dist/sqlite3.c b/dist-3.42.0/sqlite3.c
index 8778289..8778289 100644
--- a/dist/sqlite3.c
+++ b/dist-3.42.0/sqlite3.c
diff --git a/dist/sqlite3.h b/dist-3.42.0/sqlite3.h
index 48effe2..48effe2 100644
--- a/dist/sqlite3.h
+++ b/dist-3.42.0/sqlite3.h
diff --git a/dist/sqlite3ext.h b/dist-3.42.0/sqlite3ext.h
index 19e0300..19e0300 100644
--- a/dist/sqlite3ext.h
+++ b/dist-3.42.0/sqlite3ext.h