diff options
author | Jayant-Deshmukh <jayantdeshmuk008@gmail.com> | 2020-07-27 08:15:57 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-14 21:04:27 +0800 |
commit | b832e5737075e7b832ee862358528fcddc94c0d9 (patch) | |
tree | e5e6815f5d6b819dadcc816446ebfbdf8a5489a1 | |
parent | c1062f8f065492be0abdff8f81c183c7fcc45ca7 (diff) |
soong: Allow arm-linux-androideabi-{as,ld}
Change-Id: Ic5f13a3d824c82a61cb3eb9e4250dee95af01155
-rw-r--r-- | ui/build/paths/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 5f8e313cb..ba9042953 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -102,6 +102,9 @@ var Configuration = map[string]PathConfig{ "tr": Allowed, "unzip": Allowed, "zip": Allowed, + "arm-linux-androideabi-as": Allowed, + "arm-linux-androideabi-ld": Allowed, + "arm-linux-androideabi-ld.bfd": Allowed, // Host toolchain is removed. In-tree toolchain should be used instead. // GCC also can't find cc1 with this implementation. |