diff options
| author | Mike Lockwood <lockwood@android.com> | 2010-07-15 15:01:17 -0400 |
|---|---|---|
| committer | Mike Lockwood <lockwood@android.com> | 2010-07-15 15:27:38 -0400 |
| commit | ff164a7d6f839c194a52572136cfa320609598e0 (patch) | |
| tree | 7cfb8b848ae4ea6d17580f6d52522f6475456d48 /media/mtp/Android.mk | |
| parent | 5a23f8c41ee83a0316ae8265841beaf6d97a66d9 (diff) | |
| download | frameworks_base-ff164a7d6f839c194a52572136cfa320609598e0.zip frameworks_base-ff164a7d6f839c194a52572136cfa320609598e0.tar.gz frameworks_base-ff164a7d6f839c194a52572136cfa320609598e0.tar.bz2 | |
Exclude MTP implementation from simulator build
Change-Id: I93364c74c26ba6e2bf6b08f1bd82802b966c8dfb
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/Android.mk')
| -rw-r--r-- | media/mtp/Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk index 4659709..40adf18 100644 --- a/media/mtp/Android.mk +++ b/media/mtp/Android.mk @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +ifneq ($(TARGET_SIMULATOR),true) + LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -41,3 +44,5 @@ LOCAL_MODULE:= libmtp LOCAL_CFLAGS := -DMTP_DEVICE -DMTP_HOST include $(BUILD_STATIC_LIBRARY) + +endif |
