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

Commit b7497a4d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "floss: update libchrome upstream location."

parents 9a8ccc5a 10bef23a
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