aboutsummaryrefslogtreecommitdiff
path: root/Changes.md
diff options
context:
space:
mode:
authorAlix Espino <agespino@google.com>2022-08-17 13:42:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-17 13:42:28 +0000
commit065afd42e8bb94d97b558a4da4f201a4afd18bb7 (patch)
tree60f4dbf28e892d241709cf89a97d2f6cba084ded /Changes.md
parenta7dfb456a12dad7b5484a373da8327f39eda7c3a (diff)
parenta9324f04b8c94a94de52f56f38a1285ca7b62a54 (diff)
downloadbuild-065afd42e8bb94d97b558a4da4f201a4afd18bb7.tar.gz
Merge "Updated Changes.md on deletion of clang property"
Diffstat (limited to 'Changes.md')
-rw-r--r--Changes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes.md b/Changes.md
index e3ec0f8bcc..d834803aae 100644
--- a/Changes.md
+++ b/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