commit | 8e1c08cda662b0848e8407eb9d260598b82067bc | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Mon Apr 12 19:41:35 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 12 19:41:35 2021 +0000 |
tree | 222d05ab2658cebf3e038216a35d800870a85ddf | |
parent | c8c4bf4c98fca0d3254ca4f9e341c34453693aaf [diff] | |
parent | 86bcf70b3e45730cf91736a7328cef2234404c7d [diff] |
Merge "Fix min_sdk_version err msg in apex."
diff --git a/android/apex.go b/android/apex.go index 7f9f0f5..cfda2aa 100644 --- a/android/apex.go +++ b/android/apex.go
@@ -919,7 +919,7 @@ "Consider adding 'min_sdk_version: %q' to %q", minSdkVersion, ctx.ModuleName(), err.Error(), ctx.GetPathString(false), - minSdkVersion, ctx.ModuleName()) + minSdkVersion, toName) return false } }