From deaa1175ae6235dfb65582010dc5e6c1eaeb2ce7 Mon Sep 17 00:00:00 2001 From: jsbsbxjxh66 <106220792+wu17481748@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:49:43 +0800 Subject: [PATCH] Update config.env --- config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.env b/config.env index a0b13d72d2..ce749b4217 100644 --- a/config.env +++ b/config.env @@ -19,7 +19,7 @@ METHOD_OK=A # 编译器选择'true'将使用自定义编译器Clang 'false'将使用编译器AOSP -USE_CUSTOM_CLANG=false +USE_CUSTOM_CLANG=true # python切换默认python3(ture将切换到python2) CUT_PYTHON=false