diff options
author | Paul Duffin <paulduffin@google.com> | 2019-02-13 10:12:46 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-02-13 10:12:46 +0000 |
commit | 32bfd77b794d88ce6225189d9a8c48321a21c63f (patch) | |
tree | 4f0a9fdeda1cd8907849fc299d53ba7759c76664 | |
parent | 2b56c4cf48fd2878d91130be95c47502bb3b6d48 (diff) | |
parent | cf2e9892209eb6c1e53c96ef04a5feff472aa59a (diff) |
Merge "Use filegroup name not contents in $(location ...)"
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 977954f45c73..42b7fd9eb6af 100644 --- a/Android.bp +++ b/Android.bp @@ -1114,7 +1114,7 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif "-overview $(location core/java/overview.html) " + // Federate Support Library references against local API file. "-federate SupportLib https://developer.android.com " + - "-federationapi SupportLib $(location current/support-api.txt) " + "-federationapi SupportLib $(location :current-support-api) " framework_docs_only_libs = [ "voip-common", |