commit | 7e0eaf15b9eec975e45f9e5a27294a0bf0ef9beb | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri May 05 16:16:24 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Fri May 05 18:22:30 2017 -0700 |
tree | 32b67b132ce43197f4ee78816881d50e1124c1a1 | |
parent | 2030a8cbcb91305b94d843d275bafee611b4a4f5 [diff] [blame] |
Support %s in product variable properties Support using strings as product variable substitutions, and add tests for printfIntoProperty. Test: varaible_test.go Change-Id: I06cfadfb1d3fc81da72fb71323706df20426c8b7
diff --git a/Android.bp b/Android.bp index e2fb864..b46da4e 100644 --- a/Android.bp +++ b/Android.bp
@@ -72,6 +72,7 @@ "android/expand_test.go", "android/paths_test.go", "android/prebuilt_test.go", + "android/variable_test.go", ], }