From 645a29c837ca42016f20d1949127b58c6a105d31 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Wed, 13 Mar 2013 15:29:55 -0700 Subject: [PATCH] Build SDK using prebuilts/devtools. Change-Id: I6fd6ba28b4739c3a14bfa3bac328322e85c5686b --- build/{sdk_only_whitelist.mk => windows_sdk_whitelist.mk} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename build/{sdk_only_whitelist.mk => windows_sdk_whitelist.mk} (94%) diff --git a/build/sdk_only_whitelist.mk b/build/windows_sdk_whitelist.mk similarity index 94% rename from build/sdk_only_whitelist.mk rename to build/windows_sdk_whitelist.mk index 191e1b4a4..523883a48 100644 --- a/build/sdk_only_whitelist.mk +++ b/build/windows_sdk_whitelist.mk @@ -13,11 +13,11 @@ # Note that there are 2 flavors of this file: # -# - The other file: sdk/build/sdk_only_whitelist.mk +# - The other file: sdk/build/windows_sdk_whitelist.mk # must list all projects that are that are NOT specific to a given platform. # These binaries are the ones typically found in the SDK/tools directory. # -# - This file: development/build/sdk_only_whitelist.mk +# - This file: development/build/windows_sdk_whitelist.mk # must list all projects that are specific to a given platform. These # projects generate files that are generally locates in SDK/platform-tools, # or SDK/platforms/, etc.