diff options
author | Raphael Moll <ralf@android.com> | 2014-05-02 11:35:41 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2014-05-02 12:21:17 -0700 |
commit | c63c2d31ba050d61594aaa317b6d32f5627ce6fc (patch) | |
tree | 4395fec32a97a306e6ac73625595e71301bd10d5 /build/tools | |
parent | 261d178e55db870331bd5eb8a41a22aa8f6c3589 (diff) | |
download | android_development-c63c2d31ba050d61594aaa317b6d32f5627ce6fc.tar.gz android_development-c63c2d31ba050d61594aaa317b6d32f5627ce6fc.tar.bz2 android_development-c63c2d31ba050d61594aaa317b6d32f5627ce6fc.zip |
Temporarily disable rs/bcc in win_sdk
Change-Id: Ic3c49f14098662c83167151a2abc7f46d847c67f
Diffstat (limited to 'build/tools')
-rw-r--r-- | build/tools/windows_sdk.mk | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/build/tools/windows_sdk.mk b/build/tools/windows_sdk.mk index 5d2830f4f..aaf8fa465 100644 --- a/build/tools/windows_sdk.mk +++ b/build/tools/windows_sdk.mk @@ -32,17 +32,28 @@ include $(TOPDIR)sdk/build/windows_sdk_tools.mk # the topdir/development directory and are somehow platform-dependent. WIN_TARGETS := \ aapt adb aidl \ - bcc_compat \ etc1tool \ dexdump dmtracedump \ fastboot \ hprof-conv \ - llvm-rs-cc \ prebuilt \ sqlite3 \ zipalign \ $(WIN_SDK_TARGETS) - +###RM(2014-05-02) full list of WIN_TARGS, including bcc/rs that are temporarily deactivated +###WIN_TARGETS := \ +### aapt adb aidl \ +### bcc_compat \ +### etc1tool \ +### dexdump dmtracedump \ +### fastboot \ +### hprof-conv \ +### llvm-rs-cc \ +### prebuilt \ +### sqlite3 \ +### zipalign \ +### $(WIN_SDK_TARGETS) +### # This is the list of *Linux* build tools that we need # in order to be able to make the WIN_TARGETS. They are # build prerequisites. |