summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorI-Jui (Ray) Sung <ijsung@google.com>2017-03-23 17:34:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-23 17:34:08 +0000
commitdf1e54ae6cc91e1c97e2e3b5d512b2797a72ca58 (patch)
tree0e5608f1276d84c083e5240f1392b9a2998d3d65
parent10657f54a0119769ea1156b540ad765ed977072d (diff)
parent23f3b1da953d0c1e60e2acef3d13a4c04f390fda (diff)
downloadrs-df1e54ae6cc91e1c97e2e3b5d512b2797a72ca58.tar.gz
Merge "Add missing Android.mk in RSoV Test parent directory"
-rw-r--r--rsov/tests/Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/rsov/tests/Android.mk b/rsov/tests/Android.mk
new file mode 100644
index 00000000..06657c29
--- /dev/null
+++ b/rsov/tests/Android.mk
@@ -0,0 +1,12 @@
+#=====================================================================
+# Include Subdirectories
+#=====================================================================
+
+# Not building RSoV tests in PDK builds.
+ifneq ($(TARGET_BUILD_PDK), true)
+
+LOCAL_PATH:=$(call my-dir)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif # TARGET_BUILD_PDK