Build: Remove com.google from the boot classpath whitelist.
Replace it with finer grained exemptions. These aren't fine grained enough, but they're a start. Bug: 37266786 Test: make Change-Id: I986f215c08461df2291753a6eb02ad9390dcbedc
This commit is contained in:
@@ -202,12 +202,6 @@ javax\.microedition\.khronos\.egl
|
|||||||
|
|
||||||
android
|
android
|
||||||
|
|
||||||
|
|
||||||
###################################################
|
|
||||||
# telephony-common.jar
|
|
||||||
com\.google\..*
|
|
||||||
|
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# apache-xml.jar
|
# apache-xml.jar
|
||||||
org\.apache\.xml\.res
|
org\.apache\.xml\.res
|
||||||
@@ -238,3 +232,8 @@ org\.apache\.xalan\.extensions
|
|||||||
org\.apache\.xalan\.processor
|
org\.apache\.xalan\.processor
|
||||||
org\.apache\.xalan\.transformer
|
org\.apache\.xalan\.transformer
|
||||||
org\.apache\.xalan\.xslt
|
org\.apache\.xalan\.xslt
|
||||||
|
|
||||||
|
###################################################
|
||||||
|
# Packages in the google namespace across all bootclasspath jars.
|
||||||
|
com\.google\.android\..*
|
||||||
|
com\.google\.vr\.gvr\..*
|
||||||
|
Reference in New Issue
Block a user