From a9324f04b8c94a94de52f56f38a1285ca7b62a54 Mon Sep 17 00:00:00 2001 From: Alix Date: Fri, 22 Apr 2022 03:49:45 +0000 Subject: [PATCH] Updated Changes.md on deletion of clang property Bug: 208980553 Test: None, updating documentation Change-Id: I1acc4a5055cdc6477224fc852cb882dcd5909fa6 --- Changes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes.md b/Changes.md index a03a48c554..9b21e9dce1 100644 --- a/Changes.md +++ b/Changes.md @@ -790,6 +790,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