OSDN Git Service

Prepare for moving platform-specific emulator modules to development.git
authorDavid 'Digit' Turner <digit@android.com>
Fri, 11 Mar 2011 14:59:18 +0000 (15:59 +0100)
committerDavid 'Digit' Turner <digit@android.com>
Fri, 11 Mar 2011 15:35:25 +0000 (16:35 +0100)
commitec970d641caedee9656ef8fcc7cdd60e6812b75d
tree34126deaea6c3ef7ad600b4434a3f8f9ca5ab107
parentd4a227a2f58801fafd60a9721e992aa158b93c05
Prepare for moving platform-specific emulator modules to development.git

We need to move the platform-specific modules to development.git to
avoid some clashes. This patch uses a guard Make variable to ensure that
each module is only built once.

The plan is to simply copy these modules to development.git, then remove
the current ones from sdk.git. The guard variable is here to ensure that
the transition happens smoothly, i.e. if a build contains modules in
both directories, only one of them will be built.

Change-Id: I4bc58741a18488f18a4b17e8a1edc4a4a5a93cbc
emulator/gps/Android.mk
emulator/qemud/Android.mk
emulator/sensors/Android.mk
emulator/tools/Android.mk