summaryrefslogtreecommitdiff
path: root/python/androidmk.go
diff options
context:
space:
mode:
author Zhenhuang Wang <zeek@google.com> 2022-08-17 15:22:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-08-17 15:22:18 +0000
commit852d0c48593fb2a17d301d7274edac907e8e194f (patch)
treeb47943204e5e9ca140d7074daa5677858b6d5425 /python/androidmk.go
parentb2f584ba5855a016e66fc951d405655f74114a80 (diff)
parent0ac5a431a98d6f0fbc9434d4c7955981117f781f (diff)
Merge "Move common test_options properties into the android package"
Diffstat (limited to 'python/androidmk.go')
-rw-r--r--python/androidmk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/androidmk.go b/python/androidmk.go
index 233d8679f..7dc471397 100644
--- a/python/androidmk.go
+++ b/python/androidmk.go
@@ -69,7 +69,7 @@ func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntrie
entries.AddStrings("LOCAL_TEST_DATA", android.AndroidMkDataPaths(p.data)...)
- entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))
+ p.testProperties.Test_options.SetAndroidMkEntries(entries)
})
base.subAndroidMk(entries, p.binaryDecorator.pythonInstaller)
}