Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
These are used to validate external library references (also not supported, see https://issuetracker.google.com/225061664 ), and are also used as a check during startup that prefab was invoked with all the necessary context. If
//foo:a
has//bar:b
in itsexport_libraries
,bar
must be named inprefab.json
leveldependencies
.AGP should be able to auto-fill this field by analyzing the contents of each module'shttps://google.github.io/prefab/#module-metadata ), the referred package should be added to the
export_libraries
property. If any entries fit the external library reference format (//package:module
, seedependencies
list.