summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-07-25 12:36:16 -0700
committerXavier Ducrohet <xav@android.com>2013-07-25 12:36:16 -0700
commit9368498dc375c7c8b2e402f03d763b8ed283b13a (patch)
tree9d631dc7d184a0bd1012da8c0f323ad134a2325c
parentafda1d33deb01d79d1072bfa3156236fc452600c (diff)
downloadandroid_development-9368498dc375c7c8b2e402f03d763b8ed283b13a.tar.gz
android_development-9368498dc375c7c8b2e402f03d763b8ed283b13a.tar.bz2
android_development-9368498dc375c7c8b2e402f03d763b8ed283b13a.zip
Remove .so from the windows build-tools.
Change-Id: I7c8610a5c4aec36bcdf56607189e273944738124
-rw-r--r--build/sdk-windows-x86.atree8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/sdk-windows-x86.atree b/build/sdk-windows-x86.atree
index c8be434b5..f2ff57486 100644
--- a/build/sdk-windows-x86.atree
+++ b/build/sdk-windows-x86.atree
@@ -59,10 +59,18 @@ bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdu
rm build-tools/${PLATFORM_NAME}/llvm-rs-cc
bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe
+rm build-tools/${PLATFORM_NAME}/libLLVM.so
lib/libLLVM.dll build-tools/${PLATFORM_NAME}/libLLVM.dll
+
+rm build-tools/${PLATFORM_NAME}/libclang.so
lib/libclang.dll build-tools/${PLATFORM_NAME}/libclang.dll
+
#bcc not yet compiled on windows
+
+rm build-tools/${PLATFORM_NAME}/libbcc.so
#lib/libbcc.dll build-tools/${PLATFORM_NAME}/libbcc.dll
+
+rm build-tools/${PLATFORM_NAME}/libbcinfo.so
#lib/libbcinfo.dll build-tools/${PLATFORM_NAME}/libbcinfo.dll