diff options
author | 2021-03-01 10:14:50 -0800 | |
---|---|---|
committer | 2021-03-01 23:24:58 +0000 | |
commit | 8da26145fba859a5aba047f6280568565ffb8bfc (patch) | |
tree | 78989d3927f8bcede01b49357f42d62841ebf527 | |
parent | ab2fde326679cfc3794830c88c343d1f5d34ce75 (diff) |
Fix LOCAL_PATH in tests.
Currently blocking large-scale-change to add NOTICE file.
Test: m all
Bug: 151177513
Change-Id: I646fdc193cc927445b80867de8b4e61cb58c1943
-rw-r--r-- | build/Android.gtest.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 2bc2e8b76e..aeda32e7d5 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -17,6 +17,8 @@ # Build rules are excluded from Mac, since we can not run ART tests there in the first place. ifneq ($(HOST_OS),darwin) +LOCAL_PATH := $(call my-dir) + ################################################################################################### # Create module in testcases to hold all common data and tools needed for ART host tests. |