commit | 2a0769264397c07693c2948d6df98fc983d8982b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 04 23:28:25 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Oct 05 21:29:14 2018 +0000 |
tree | f8820ff285998e6f5a58f6dc2a46b9d24b835c2d | |
parent | ecdeb1e7051aacb1866d2648a75c58be318364b2 [diff] [blame] |
Add tests for genrule command expansion Add tests for expanding variables in a genrule cmd property. Test: genrule_test.go Change-Id: I8288b8616d518bb5f24a892c4e59f68d95055d0a
diff --git a/android/config.go b/android/config.go index db5d004..4b10552 100644 --- a/android/config.go +++ b/android/config.go
@@ -241,6 +241,8 @@ }, } + config.BuildOsVariant = config.Targets[Host][0].String() + return testConfig }