Home | History | Annotate | Download | only in build
      1 # Makefile to build the Windows SDK Tools under linux.
      2 #
      3 # This makefile is included by development/build/tools/windows_sdk.mk
      4 # to device which tools we want to build from the sdk.git project.
      5 
      6 # This contains the SDK Tools modules to build during a
      7 # *platform* builds. Right now we are not building any SDK Tools
      8 # during platform builds anymore.
      9 # They are now built in an unbundled branch.
     10 
     11 WIN_SDK_TARGETS := 
     12 
     13 
     14 # Define the list of tool-dependent modules requisites needed
     15 # for the Windows SDK. These will be built using HOST_OS=linux.
     16 # Temporarily disabled: See b/8992787
     17 #WIN_SDK_BUILD_PREREQ := \
     18 #	monitor
     19 
     20