Add frameworks/rs and bcc_compat to windows SDK whitelist.

Change-Id: I81ff95e98bd827051336709d822f953295269d62
This commit is contained in:
Stephen Hines
2013-07-30 16:47:56 -07:00
parent 583fc0990b
commit 4483ade6b2
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 \