commit | f5f6e49478ae61ab1e335fcf1407931772ac909a | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Mon Nov 20 14:31:11 2017 -0800 |
committer | Jeff Gaston <jeffrygaston@google.com> | Mon Nov 20 16:28:53 2017 -0800 |
tree | 0555a6c8c5fda0b50080f625e6b94005f5fc3b98 | |
parent | 6693613f1176b71b273be4328c5b245883bc9f8e [diff] [blame] |
Prohibit accidental renames of product config json fields Can be caused by `json:"omitempty"` instead of `json:",omitempty"` Bug: 69076024 Test: m -j # which runs unit tests Change-Id: I92e3193d00a740c72d36a56748e0b0a8ad1d772e
diff --git a/Android.bp b/Android.bp index b57b0cc..e89f908 100644 --- a/Android.bp +++ b/Android.bp
@@ -64,6 +64,7 @@ "android/env.go", ], testSrcs: [ + "android/config_test.go", "android/expand_test.go", "android/paths_test.go", "android/prebuilt_test.go",