Commit 34d20d4c authored by Filip Gorski's avatar Filip Gorski Committed by Commit Bot

[Feed] Import feed@6dd696995de00102e0fd9e3433e8ace87247b6d4

Updates the feed to 6dd696995de00102e0fd9e3433e8ace87247b6d4.

Updates the third_paty/feed/BUILD.gn accordingly.

Feed has no DEX impact and total binary size impact is 1,080 bytes.

It took about 25 minutes to prepare the update patch following
instructions. Building for binary size comparison took another
25 minutes, but that work was non-interactive.

Change-Id: If800b13d2058c74e6a1f0a5724f21d732fddd592
Reviewed-on: https://chromium-review.googlesource.com/955886Reviewed-by: default avatarPavel Yatsuk <pavely@chromium.org>
Commit-Queue: Filip Gorski <fgorski@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541936}
parent 214df875
......@@ -151,7 +151,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'feed_revision': '4dedff6189bbd8f3dc594ba3e2159ccdf929359a',
'feed_revision': '6dd696995de00102e0fd9e3433e8ace87247b6d4',
}
# Only these hosts are allowed for dependencies in this DEPS file.
......
......@@ -122,6 +122,8 @@ android_library("feed_all_java") {
"src/src/main/java/com/google/android/libraries/feed/host/storage/StorageMutation.java",
"src/src/main/java/com/google/android/libraries/feed/host/storage/StorageOperation.java",
"src/src/main/java/com/google/android/libraries/feed/host/storage/StorageOperationListSimplifier.java",
"src/src/main/java/com/google/android/libraries/feed/hostimpl/logging/LoggingApiImpl.java",
"src/src/main/java/com/google/android/libraries/feed/hostimpl/scheduler/SchedulerApiImpl.java",
"src/src/main/java/com/google/android/libraries/feed/mocknetworkclient/MockServerNetworkClient.java",
"src/src/main/java/com/google/android/libraries/feed/piet/AdapterFactory.java",
"src/src/main/java/com/google/android/libraries/feed/piet/AdapterParameters.java",
......
......@@ -2,7 +2,7 @@ Name: Feed
Short name: feed
URL: https://chromium.googlesource.com/feed
Version: 0
Revision: 4dedff6189bbd8f3dc594ba3e2159ccdf929359a
Revision: 6dd696995de00102e0fd9e3433e8ace87247b6d4
License: Apache 2.0
License File: LICENSE
Security Critical: yes
......
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