diff options
| author | Pranav Vashi <neobuddy89@gmail.com> | 2020-08-23 23:03:01 +0530 |
|---|---|---|
| committer | George Zacharia <george.zcharia@gmail.com> | 2020-09-09 18:55:09 +0530 |
| commit | ecb5de498211ae50e7a104cbc12ded364ccfbc85 (patch) | |
| tree | 1e9c79015c2fbc2a0a42a81c60167bc5d70e520b | |
| parent | 1900abd636285db9395c7e8d820a8b98f6e1edd0 (diff) | |
soong: Forbid arm-linux-androidkernel-as and arm-linux-androidkernel-ld
* Popups up on msm8998 kernel with clang 11.0.4
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I3d656a4eb7e736358b2ed68d8d76330c45f0a92b
| -rw-r--r-- | ui/build/paths/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index a59455b87..e654ff83d 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -126,6 +126,8 @@ var Configuration = map[string]PathConfig{ // Host toolchain is removed. In-tree toolchain should be used instead. // GCC also can't find cc1 with this implementation. "ar": Forbidden, + "arm-linux-androidkernel-as": Forbidden, + "arm-linux-androidkernel-ld": Forbidden, "as": Forbidden, "cc": Forbidden, "clang": Forbidden, |
