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:
Narayan Kamath 2016-07-21 12:06:57 +01:00
parent 6131119708
commit 497c35c1a7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ java\.beans
java\.io
java\.lang
java\.lang\.annotation
java\.lang\.invoke
java\.lang\.ref
java\.lang\.reflect
java\.math