summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 39ba22c7..2eeecc58 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,4 @@
+BASE_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)
#
@@ -34,4 +35,5 @@ include $(BUILD_SHARED_LIBRARY)
# KMS
#
-include $(LOCAL_PATH)/libkms/Android.mk
+include $(BASE_PATH)/libkms/Android.mk
+include $(BASE_PATH)/tests/modetest/Android.mk