aospa: use Clang from AOSP

CAF doesn't change Clang and AOSP remote is much faster.

Change-Id: I5973b0db8d3615131b9075ca6503169a2d56e707
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park 2022-03-14 23:34:03 +09:00 committed by Kunmun
parent 41e3f5e569
commit 6402fbfde8
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@
<remove-project name="platform/packages/services/Telecomm" /> <remove-project name="platform/packages/services/Telecomm" />
<project path="packages/services/Telecomm" name="AOSPA/android_packages_services_Telecomm" remote="aospa" /> <project path="packages/services/Telecomm" name="AOSPA/android_packages_services_Telecomm" remote="aospa" />
<!-- Prebuilts -->
<remove-project name="platform/prebuilts/clang/host/linux-x86" />
<project name="platform/prebuilts/clang/host/linux-x86" path="prebuilts/clang/host/linux-x86" remote="aosp" />
<!-- System (AOSP) --> <!-- System (AOSP) -->
<remove-project name="platform/system/nfc" /> <remove-project name="platform/system/nfc" />
<project path="system/nfc" name="platform/system/nfc" remote="aosp" /> <project path="system/nfc" name="platform/system/nfc" remote="aosp" />