Commit 014e8494 authored by mikecase's avatar mikecase Committed by Commit bot

[Third Party] Add sqlite4java to Chromium.

These libraries are dependencies for Robolectric 3.0.

BUG=522043

Review-Url: https://codereview.chromium.org/2040273003
Cr-Commit-Position: refs/heads/master@{#403346}
parent 6dbf2686
...@@ -426,6 +426,10 @@ vs-chromium-project.txt ...@@ -426,6 +426,10 @@ vs-chromium-project.txt
/third_party/smhasher/src /third_party/smhasher/src
/third_party/snappy/src /third_party/snappy/src
/third_party/SPIRV-Tools/src /third_party/SPIRV-Tools/src
/third_party/sqlite4java/lib/**/*.dll
/third_party/sqlite4java/lib/**/*.jar
/third_party/sqlite4java/lib/**/*.jnilib
/third_party/sqlite4java/lib/**/*.so
/third_party/swiftshader/include/ /third_party/swiftshader/include/
/third_party/syzygy /third_party/syzygy
/third_party/syzygy/binaries /third_party/syzygy/binaries
......
...@@ -675,6 +675,16 @@ hooks = [ ...@@ -675,6 +675,16 @@ hooks = [
'-l', 'third_party/bouncycastle' '-l', 'third_party/bouncycastle'
], ],
}, },
{
'name': 'sqlite4java',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-sqlite4java',
'-l', 'third_party/sqlite4java'
],
},
{ {
# Downloads the current stable linux sysroot to build/linux/ if needed. # Downloads the current stable linux sysroot to build/linux/ if needed.
# This sysroot updates at about the same rate that the chrome build deps # This sysroot updates at about the same rate that the chrome build deps
......
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
java_prebuilt("sqlite4java_java") {
testonly = true
jar_path = "lib/sqlite4java-0.282.jar"
}
This diff is collapsed.
jbudorick@chromium.org
mikecase@chromium.org
yolandyan@chromium.org
Name: Sqlite4java
URL: https://bitbucket.org/almworks/sqlite4java
Version: 0.282
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
Description: Sqlite4java is a minimalistic, open-source Java wrapper for SQLite.
Local Modifications: None
745a7e2f35fdbe6336922e0d492c979dbbfa74fb
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment