summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2011-01-12 13:33:04 -0800
committerRaphael <raphael@google.com>2011-01-12 13:33:04 -0800
commitd3e6fcbe6cfc531719429b7fec844565aa8089e7 (patch)
tree399accd9d6a80a9f12a49f42d9a64cf517b56398
parent94978cf495879120c2dadf7afb2058688546be09 (diff)
downloadbuild-d3e6fcbe6cfc531719429b7fec844565aa8089e7.zip
build-d3e6fcbe6cfc531719429b7fec844565aa8089e7.tar.gz
build-d3e6fcbe6cfc531719429b7fec844565aa8089e7.tar.bz2
Add llvm-rs-cc to the tools buildable under Windows.
To be able to "make llvm-rs-cc" as a Windows SDK tool, we first need to let the build system know which folders can be built. Once this is done, building can be done using the mingw32 package to do cross-compiling under Linux: $ USE_MINGW=1 make llvm-rs-cc Change-Id: I5538f4c52c74dad18dd50b59c9bdbcd6de3fd191
-rw-r--r--core/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index 4d2a199..9d8e692 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -397,13 +397,16 @@ subdirs := \
development/host \
development/tools/etc1tool \
development/tools/line_endings \
+ external/clang \
external/easymock \
external/expat \
external/libpng \
+ external/llvm \
external/qemu \
external/sqlite/dist \
external/zlib \
frameworks/base \
+ frameworks/compile \
sdk/emulator/mksdcard \
sdk/sdklauncher \
system/core/adb \