Remove unnecessary core library neverallow rules
The rules that restricted access to core library targets are no longer required as they have been replaced with visibility rules. The visibility rules are safer because they check all dependencies whereas the neverallow rules that have been removed only checked dependencies in the libs property and so missed dependencies in static_libs and java_libs properties. Bug: 112158820 Test: m core-tests Change-Id: Ibfef74db0769992266ebadf445836d2a183df3f7
Loading
Please register or sign in to comment