[scripts] Adjust FindClangDir am: a26dc346dd am: fb3953027f
Original change: https://android-review.googlesource.com/c/platform/development/+/1788867 Change-Id: Iadcbb2eb57e17c04dcafe5619956893376692216
This commit is contained in:
committed by
Automerger Merge Worker
commit
6f7885e592
@@ -38,7 +38,7 @@ def FindClangDir():
|
||||
# We want the script to fail if get_clang_version.py exists but is unable
|
||||
# to find the clang version.
|
||||
version_output = subprocess.check_output(get_clang_version, text=True)
|
||||
return ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/clang-" + version_output.strip()
|
||||
return ANDROID_BUILD_TOP + "/prebuilts/clang/host/linux-x86/" + version_output.strip()
|
||||
else:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user