Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf2e9892 authored by Paul Duffin's avatar Paul Duffin
Browse files

Use filegroup name not contents in $(location ...)

Bug: 124218911
Test: make checkbuild
Change-Id: I0427ed4c73e4cf06f09b520a886ccf6ed0d150b2
parent e1a3fa5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",