Add the protobuf compiler binary to the Windows SDK build.

Change-Id: I0acca9fc39b8b5528a1ca4bf25b0bacb32b515e2
diff --git a/build/tools/windows_sdk.mk b/build/tools/windows_sdk.mk
index c4fcfa2..cd1a9d8 100644
--- a/build/tools/windows_sdk.mk
+++ b/build/tools/windows_sdk.mk
@@ -32,6 +32,7 @@
 # the topdir/development directory and are somehow platform-dependent.
 WIN_TARGETS := \
 	aapt adb aidl \
+	aprotoc \
 	etc1tool \
 	dexdump dmtracedump \
 	fastboot \
diff --git a/build/windows_sdk_whitelist.mk b/build/windows_sdk_whitelist.mk
index e175fad..bff8e66 100644
--- a/build/windows_sdk_whitelist.mk
+++ b/build/windows_sdk_whitelist.mk
@@ -45,6 +45,7 @@
 	external/compiler-rt \
 	external/libpng \
 	external/llvm \
+	external/protobuf \
 	external/sqlite/dist \
 	external/zlib \
 	frameworks/base \