From ca4d7f2f74100e6bee906efe563efb65545187e5 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 15 Sep 2011 17:33:54 -0700 Subject: [PATCH] Remove llvm/api file matching. DO NOT MERGE 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). Cherry-pick from master 73aa4b5 Change-Id: Icc9b035740679eacfa59d452f71e71355816f7be --- build/sdk.atree | 1 - sdk/llvm-rs-cc.txt | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 sdk/llvm-rs-cc.txt diff --git a/build/sdk.atree b/build/sdk.atree index 3d7d1af8d..f0b06a2b5 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -42,7 +42,6 @@ bin/adb platform-tools/adb bin/aapt platform-tools/aapt bin/aidl platform-tools/aidl bin/llvm-rs-cc platform-tools/llvm-rs-cc -development/sdk/llvm-rs-cc.txt platform-tools/llvm-rs-cc.txt # dx bin/dx platform-tools/dx diff --git a/sdk/llvm-rs-cc.txt b/sdk/llvm-rs-cc.txt deleted file mode 100644 index ddfbc97ae..000000000 --- a/sdk/llvm-rs-cc.txt +++ /dev/null @@ -1,5 +0,0 @@ -# map versions of the llvm-rs-cc compiler with the min API level. -# : -# the compiler version number maps to the filename llvm-rs-cc-[.exe] -# except for version 1 which is simply llvm-rs-cc[.exe] -1:11