Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4612)

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-jessie.sh

Issue 1997993003: Add support for Jessie ARM64 sysroot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to sort DEBIAN_PACKAGES_X86 variable in last patch set Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/sysroot-creator-jessie.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
index 0c6bdb7fa376b1e6eb46cb0881bbbe5c4083361e..11df5c12b432ad2dae029f4c32681b0a9183b476 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
@@ -202,20 +202,29 @@ DEBIAN_PACKAGES_AMD64="
"
DEBIAN_PACKAGES_X86="
- libquadmath0
- libdrm-intel1
+ libasan0
libcilkrts5
+ libdrm-intel1
libitm1
- libasan0
+ libquadmath0
libubsan0
"
DEBIAN_PACKAGES_ARM="
- libdrm-omap1
+ libasan0
libdrm-exynos1
libdrm-freedreno1
- libasan0
+ libdrm-omap1
libubsan0
"
+DEBIAN_PACKAGES_ARM64="
+ libdatrie1
+ libgmp10
+ libgraphite2-3
+ libhogweed2
+ libitm1
+ libnettle4
+ libthai0
+"
. ${SCRIPT_DIR}/sysroot-creator.sh
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698