am 6ee70b1c: am 4483ade6: Add frameworks/rs and bcc_compat to windows SDK whitelist.

* commit '6ee70b1c040c061293fbc79dd5ec0773ffbd3f29':
  Add frameworks/rs and bcc_compat to windows SDK whitelist.
This commit is contained in:
Stephen Hines
2013-08-06 13:39:27 -07:00
committed by Android Git Automerger
3 changed files with 6 additions and 2 deletions

View File

@@ -68,11 +68,13 @@ lib/libclang.dll strip build-tools/${PLATFORM_NAME}/libcl
#bcc not yet compiled on windows
rm build-tools/${PLATFORM_NAME}/libbcc.so
#lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/libbcc.dll
lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/libbcc.dll
rm build-tools/${PLATFORM_NAME}/libbcinfo.so
#lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/libbcinfo.dll
lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/libbcinfo.dll
rm build-tools/${PLATFORM_NAME}/bcc_compat
bin/bcc_compat.exe strip build-tools/${PLATFORM_NAME}/bcc_compat.exe
##############################################################################

View File

@@ -32,6 +32,7 @@ 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 \

View File

@@ -47,6 +47,7 @@ subdirs += \
frameworks/base \
frameworks/compile \
frameworks/native \
frameworks/rs \
system/core/adb \
system/core/fastboot \
system/core/libcutils \