Merge "Sets LOCAL_PATH in platform_tests.mk."
diff --git a/build/tasks/platform_tests.mk b/build/tasks/platform_tests.mk
index 9c88a6c..1bed4de 100644
--- a/build/tasks/platform_tests.mk
+++ b/build/tasks/platform_tests.mk
@@ -16,7 +16,8 @@
 # based on the configuration.
 #
 
-include $(call my-dir)/tests/platform_test_list.mk
+LOCAL_PATH := $(call my-dir)
+include $(LOCAL_PATH)/tests/platform_test_list.mk
 -include $(wildcard vendor/*/build/tasks/tests/platform_test_list.mk)
 
 my_modules := $(platform_tests)