platform_vendor_tequila/build
Alessandro Astone ba14020f85 kernel: Force disable LLVM CUDA
The kernel tries to define the LINUX_COMPILER macro from the output
of `$(CC) -v | grep ' version '`, but in clang that might produce
more than one line containing ' version ' when CUDA is installed:

```
Android (8490178, based on r450784d) clang version 14.0.6
Found CUDA installation: /usr/local/cuda, version 11.0
```

That causes the macro to expand into multiple lines, upsetting the
compiler that cannot find the ending double quote.

In upstream linux this is fixed from v5.8

Change-Id: Icde4253e989df1cbbefc0ce98f437d16822fc93b
2023-01-22 19:51:39 +01:00
..
core QCOM: RIP pre-UM families 2022-09-19 11:26:29 +02:00
soong config: Remove TARGET_CAMERA_BOOTTIME_TIMESTAMP 2022-10-23 03:14:52 +02:00
target/product lineage: products: Un-break SDK addon 2022-07-04 20:05:29 +02:00
tasks kernel: Force disable LLVM CUDA 2023-01-22 19:51:39 +01:00
tools roomservice: Try major-only revision if default doesn't exist 2022-10-10 14:58:57 +02:00
envsetup.sh envsetup: cafremote -> cloremote 2022-08-25 15:44:58 +02:00