Remove llvm/api file matching.
We are moving to a single llvm executable able to handle all API levels so this file (helping select the llvm exe depending on target API is not needed anymore). Change-Id: Iea7b59de182ceb4e5f8a9ba9fe712d47834d39e0
This commit is contained in:
@@ -42,7 +42,6 @@ bin/adb platform-tools/adb
|
|||||||
bin/aapt platform-tools/aapt
|
bin/aapt platform-tools/aapt
|
||||||
bin/aidl platform-tools/aidl
|
bin/aidl platform-tools/aidl
|
||||||
bin/llvm-rs-cc platform-tools/llvm-rs-cc
|
bin/llvm-rs-cc platform-tools/llvm-rs-cc
|
||||||
development/sdk/llvm-rs-cc.txt platform-tools/llvm-rs-cc.txt
|
|
||||||
|
|
||||||
# dx
|
# dx
|
||||||
bin/dx platform-tools/dx
|
bin/dx platform-tools/dx
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
# map versions of the llvm-rs-cc compiler with the min API level.
|
|
||||||
# <compiler version>:<api leve>
|
|
||||||
# the compiler version number maps to the filename llvm-rs-cc-<version>[.exe]
|
|
||||||
# except for version 1 which is simply llvm-rs-cc[.exe]
|
|
||||||
1:11
|
|
||||||
Reference in New Issue
Block a user