Merge change 9072 into donut

* changes:
  Make changes to enable driver build in new location
This commit is contained in:
Android (Google) Code Review
2009-07-29 18:02:23 -07:00
2 changed files with 8 additions and 4 deletions

View File

@@ -34,8 +34,13 @@ extern "C" {
#pragma warning(default:4201)
#pragma warning(default:4214)
#include "adb_api_extra.h"
#include "android_usb_common_defines.h"
// Just to make adb_api.h compile. Since we will not reference any
// of the API routines in the driver, only structures and constants,
// we're fine with that.
typedef void* LPOVERLAPPED;
#include "adb_api.h"
#include "adb_api_legacy.h"
#include "android_usb_pool_tags.h"
#include "android_usb_driver_defines.h"
#include "android_usb_new_delete.h"

View File

@@ -40,8 +40,7 @@ USER_C_FLAGS=$(USER_C_FLAGS) /wd4100 /wd4002 /wd4509 /wd4390 /TP
INCLUDES=$(INCLUDES); \
$(IFSKIT_INC_PATH); \
..\common; \
..\api;
..\..\api;
TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib