Merge "Updated Changes.md on deletion of clang property" am: 065afd42e8
Original change: https://android-review.googlesource.com/c/platform/build/+/2075723 Change-Id: Ib95ca998b32dbac61f2f7d3814dca22db716a279 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
10
Changes.md
10
Changes.md
@@ -816,6 +816,16 @@ is 26 or 27, you can add `"target-level"="1"` to your device manifest instead.
|
||||
Clang is the default and only supported Android compiler, so there is no reason
|
||||
for this option to exist.
|
||||
|
||||
### Stop using clang property
|
||||
|
||||
Clang has been deleted from Soong. To fix any build errors, remove the clang
|
||||
property from affected Android.bp files using bpmodify.
|
||||
|
||||
|
||||
``` make
|
||||
go run bpmodify.go -w -m=module_name -remove-property=true -property=clang filepath
|
||||
```
|
||||
|
||||
### Other envsetup.sh variables {#other_envsetup_variables}
|
||||
|
||||
* ANDROID_TOOLCHAIN
|
||||
|
Reference in New Issue
Block a user