| Index: build/config/sysroot.gni
|
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
|
| index c01403a4ff0424b8485c88c1b7fcbd50eaaf39eb..038921eee935add178592f597e7daf312fbd2242 100644
|
| --- a/build/config/sysroot.gni
|
| +++ b/build/config/sysroot.gni
|
| @@ -45,6 +45,8 @@ if (current_os == target_os && current_cpu == target_cpu &&
|
| sysroot = "//build/linux/debian_wheezy_mips-sysroot"
|
| } else if (current_cpu == "arm") {
|
| sysroot = "//build/linux/debian_wheezy_arm-sysroot"
|
| + } else if (current_cpu == "arm64") {
|
| + sysroot = "//build/linux/debian_jessie_arm64-sysroot"
|
| } else {
|
| # Any other builds don't use a sysroot.
|
| sysroot = ""
|
|
|