diff options
author | 2021-07-26 17:59:36 +0000 | |
---|---|---|
committer | 2021-07-26 17:59:36 +0000 | |
commit | 4102c0cc47f58c5278852641ab1636920a59ab48 (patch) | |
tree | 075b77d44e1a389c5305277c2dfae7806fe6a344 /java/java.go | |
parent | b643c7a085de5b03c4f746812a2455fb98d88161 (diff) | |
parent | d604b210c40772a72d6533804a4da53a480c6373 (diff) |
Merge "Rename UpdatableBootJars to ApexBootJars."
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index e38a7143b..b6e2a5425 100644 --- a/java/java.go +++ b/java/java.go @@ -457,7 +457,7 @@ type Library struct { var _ android.ApexModule = (*Library)(nil) -// Provides access to the list of permitted packages from updatable boot jars. +// Provides access to the list of permitted packages from apex boot jars. type PermittedPackagesForUpdatableBootJars interface { PermittedPackagesForUpdatableBootJars() []string } |