forked from openkylin/platform_build
Add java.lang.invoke to the package whitelist.
Tracks libcore change that adds the first classes from this package to core-oj.jar. Note that packages need to be whitelisted even if the classes in question aren't public API. Test: make checkbuild docs Change-Id: I917dc63899124ca30bbeb2902787faea6754bb43
This commit is contained in:
parent
6131119708
commit
497c35c1a7
|
@ -8,6 +8,7 @@ java\.beans
|
|||
java\.io
|
||||
java\.lang
|
||||
java\.lang\.annotation
|
||||
java\.lang\.invoke
|
||||
java\.lang\.ref
|
||||
java\.lang\.reflect
|
||||
java\.math
|
||||
|
|
Loading…
Reference in New Issue