diff options
| author | 2019-02-11 15:40:28 +0000 | |
|---|---|---|
| committer | 2019-02-12 12:39:42 +0000 | |
| commit | cf2e9892209eb6c1e53c96ef04a5feff472aa59a (patch) | |
| tree | 1c44b0e9ff76cb7bd575baf9c0a843b755d60b77 | |
| parent | e1a3fa5ef87eff97ff5d44ab367afaac6d7d4c73 (diff) | |
Use filegroup name not contents in $(location ...)
Bug: 124218911
Test: make checkbuild
Change-Id: I0427ed4c73e4cf06f09b520a886ccf6ed0d150b2
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index b2376840bff8..d413177b4326 100644 --- a/Android.bp +++ b/Android.bp @@ -1115,7 +1115,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", |