Prepare new plat-tools SDK component with 2 llvm versions.

The output of the platform tree build is llvm-rs-cc-2 and should
be used for apps targeting 12+. This is encoded in llvm-rs-cc.txt

The older (HC) version of llvm-rs-cc is copied from the prebuilt
and is used for apps targeting 11+.

Until new tools that can read/process llvm-rs-cc.txt are released,
old tools will use the HC version of llvm-rs-cc which ensure
proper compatibility.

Change-Id: Iddb924409cc9238531bf1a0448b14b7eac3396a5
diff --git a/sdk/llvm-rs-cc.txt b/sdk/llvm-rs-cc.txt
new file mode 100644
index 0000000..34f81ef
--- /dev/null
+++ b/sdk/llvm-rs-cc.txt
@@ -0,0 +1,6 @@
+# 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
+2:12
\ No newline at end of file
diff --git a/sdk/plat_tools_source.properties b/sdk/plat_tools_source.properties
index b75e326..47cffcf 100644
--- a/sdk/plat_tools_source.properties
+++ b/sdk/plat_tools_source.properties
@@ -1,2 +1,2 @@
 Pkg.UserSrc=false
-Pkg.Revision=4
+Pkg.Revision=6