Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10bef23a authored by Qijiang Fan's avatar Qijiang Fan
Browse files

floss: update libchrome upstream location.

Bug: 226513126
Tag: #floss
Test: Manually checked the URL points to a git repo in googlesource.com
Change-Id: Ib2d7ad3d9e5690dbb9dd35e54d46e0c98d71d429
parent c84cb388
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Sonny Sasaka <sonnysasaka@chromium.org>
Standards-Version: 4.1.4
Homepage: https://chromium.googlesource.com/aosp/platform/external/libchrome/
Homepage: https://chromium.googlesource.com/chromiumos/platform/libchrome/
Build-Depends:
 debhelper (>=11~),
 clang,
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ origtar=libchrome_930012.orig.tar.gz
scriptdir="$( cd "$( dirname "$0" )" && pwd )"

# Pin the libchrome branch + commit
libchrome_branch=master
libchrome_branch=main
libchrome_commit=4b86c42f09b7c8d88b0233c60f59bafeb4d8df19

# Pin the platform2 branch + commit
@@ -32,7 +32,7 @@ cd "${pkgdir}"
cp -a ../platform2/{common-mk,.gn} .

# Download libchrome source and apply Chrome OS's patches.
git clone --branch "${libchrome_branch}" https://chromium.googlesource.com/aosp/platform/external/libchrome || exit 1
git clone --branch "${libchrome_branch}" https://chromium.googlesource.com/chromiumos/platform/libchrome || exit 1
cd libchrome
git checkout "${libchrome_commit}"
rm -rf .git