commit | 83072060112150894f723277ee9e8ae6977b56b5 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 02 16:06:58 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 03 21:50:54 2019 +0000 |
tree | 2e35e2e9041e943ffb5fcb0acfd4eaaffb67a46d | |
parent | c84fc3a742b160ce51cbf01c2e5f971ccc0a2c6c [diff] [blame] |
Follow change to ART_TEST_LIST_* ART_TEST_LIST_* now contain full paths instead of paths relative to $(OUT_DIR). Test: m checkbuild Change-Id: Id4d8610bfd93eb0b9080e83f05b878aedab0967e
diff --git a/build/art.go b/build/art.go index 31de57f..56eec54 100644 --- a/build/art.go +++ b/build/art.go
@@ -276,7 +276,7 @@ defer artTestMutex.Unlock() tests := testMap[name] - tests = append(tests, ctx.Path().RelPathString()) + tests = append(tests, ctx.Path().ToMakePath().String()) testMap[name] = tests }