• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From 7a871369b2d797e001b6baa8faa250ad161dc8e6 Mon Sep 17 00:00:00 2001
2From: Motomu Utsumi <motomuman@google.com>
3Date: Thu, 12 Jan 2023 14:59:53 +0900
4Subject: [PATCH] cronet: Fix BUILD.gn to follow aosp/2374764
5
6aosp/2374764 moved ApiVersion.template file.
7This CL update the BUILD.gn to use the updated path
8
9Test: gn gen
10---
11 components/cronet/android/BUILD.gn | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
15index d6053130db515..0179f7a762686 100644
16--- a/components/cronet/android/BUILD.gn
17+++ b/components/cronet/android/BUILD.gn
18@@ -103,7 +103,7 @@ _interface_api_level = read_file("interface_api_version.txt", "value")
19
20 process_version("interface_api_version") {
21   process_only = true
22-  template_file = "api/src/org/chromium/net/ApiVersion.template"
23+  template_file = "api/src/android/net/http/ApiVersion.template"
24   sources = [
25     "//chrome/VERSION",
26     lastchange_file,
27--
282.39.0.314.g84b9a713c41-goog
29
30