Update the package whitelist for the boot image.
.. to track the inclusion of OpenJdk.
(cherry picked from commit b3c9e4a22e
)
Change-Id: Ie7277a0403dee9ccd114d9dcb7bf95cdaf5688a0
This commit is contained in:
parent
052a00f64e
commit
436d0c1117
1 changed files with 15 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Each line is interpreted as a regular expression.
|
# Each line is interpreted as a regular expression.
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# core-libart.jar
|
# core-libart.jar & core-oj.jar
|
||||||
java\.awt\.font
|
java\.awt\.font
|
||||||
java\.beans
|
java\.beans
|
||||||
java\.io
|
java\.io
|
||||||
|
@ -13,6 +13,9 @@ java\.lang\.reflect
|
||||||
java\.math
|
java\.math
|
||||||
java\.net
|
java\.net
|
||||||
java\.nio
|
java\.nio
|
||||||
|
java\.nio\.file
|
||||||
|
java\.nio\.file\.spi
|
||||||
|
java\.nio\.file\.attribute
|
||||||
java\.nio\.channels
|
java\.nio\.channels
|
||||||
java\.nio\.channels\.spi
|
java\.nio\.channels\.spi
|
||||||
java\.nio\.charset
|
java\.nio\.charset
|
||||||
|
@ -24,6 +27,7 @@ java\.security\.interfaces
|
||||||
java\.security\.spec
|
java\.security\.spec
|
||||||
java\.sql
|
java\.sql
|
||||||
java\.text
|
java\.text
|
||||||
|
java\.text\.spi
|
||||||
java\.util
|
java\.util
|
||||||
java\.util\.concurrent
|
java\.util\.concurrent
|
||||||
java\.util\.concurrent\.atomic
|
java\.util\.concurrent\.atomic
|
||||||
|
@ -32,6 +36,7 @@ java\.util\.jar
|
||||||
java\.util\.logging
|
java\.util\.logging
|
||||||
java\.util\.prefs
|
java\.util\.prefs
|
||||||
java\.util\.regex
|
java\.util\.regex
|
||||||
|
java\.util\.spi
|
||||||
java\.util\.zip
|
java\.util\.zip
|
||||||
javax\.crypto
|
javax\.crypto
|
||||||
javax\.crypto\.interfaces
|
javax\.crypto\.interfaces
|
||||||
|
@ -54,10 +59,18 @@ javax\.xml\.transform\.sax
|
||||||
javax\.xml\.transform\.stream
|
javax\.xml\.transform\.stream
|
||||||
javax\.xml\.validation
|
javax\.xml\.validation
|
||||||
javax\.xml\.xpath
|
javax\.xml\.xpath
|
||||||
sun\.misc
|
|
||||||
org\.w3c\.dom
|
org\.w3c\.dom
|
||||||
org\.w3c\.dom\.ls
|
org\.w3c\.dom\.ls
|
||||||
org\.w3c\.dom\.traversal
|
org\.w3c\.dom\.traversal
|
||||||
|
# OpenJdk internal implementation.
|
||||||
|
sun\.misc
|
||||||
|
sun\.util.*
|
||||||
|
sun\.text.*
|
||||||
|
sun\.security.*
|
||||||
|
sun\.reflect.*
|
||||||
|
sun\.nio.*
|
||||||
|
sun\.net.*
|
||||||
|
com\.sun\..*
|
||||||
|
|
||||||
# TODO: Move these internal org.apache.harmony classes to libcore.*
|
# TODO: Move these internal org.apache.harmony classes to libcore.*
|
||||||
org\.apache\.harmony\.crypto\.internal
|
org\.apache\.harmony\.crypto\.internal
|
||||||
|
|
Loading…
Reference in a new issue