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

Commit 497c35c1 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

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
parent 61311197
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,7 @@ java\.beans
java\.io
java\.io
java\.lang
java\.lang
java\.lang\.annotation
java\.lang\.annotation
java\.lang\.invoke
java\.lang\.ref
java\.lang\.ref
java\.lang\.reflect
java\.lang\.reflect
java\.math
java\.math