aboutsummaryrefslogtreecommitdiffstats
path: root/device_validator/Android.mk
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2012-05-17 17:40:58 -0700
committerMichael Wright <michaelwr@google.com>2012-06-04 18:39:28 -0700
commit10ca09dea02aa82b2b3d5b750178b724e3454129 (patch)
tree7bdcc3a38c3f2209b80f647050ae5695c2f74efc /device_validator/Android.mk
parent55121851dcb45f8474c2e895eb14cc8974045c86 (diff)
downloadsdk-10ca09dea02aa82b2b3d5b750178b724e3454129.zip
sdk-10ca09dea02aa82b2b3d5b750178b724e3454129.tar.gz
sdk-10ca09dea02aa82b2b3d5b750178b724e3454129.tar.bz2
Added new devices schema
Also updated devices.xml to validate against it. Change-Id: Ia9b5212b8273e39f7f22022661e2c755c3a9d279
Diffstat (limited to 'device_validator/Android.mk')
-rw-r--r--device_validator/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device_validator/Android.mk b/device_validator/Android.mk
new file mode 100644
index 0000000..9e32461
--- /dev/null
+++ b/device_validator/Android.mk
@@ -0,0 +1,5 @@
+# Copyright 2012 The Android Open Source Project
+
+DEVICE_VALIDATOR_LOCAL_DIR := $(call my-dir)
+include $(DEVICE_VALIDATOR_LOCAL_DIR)/dvlib/Android.mk
+include $(DEVICE_VALIDATOR_LOCAL_DIR)/app/Android.mk