Remove unused java testing methods
Also, stops exporting methods that are no longer used outside the java package. Bug: 181070625 Test: m nothing Change-Id: I23d35bbc21f82f2dae802aa53badda4c58b41024
This commit is contained in:
@@ -33,12 +33,12 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
RegisterJavaBuildComponents(android.InitRegistrationContext)
|
||||
registerJavaBuildComponents(android.InitRegistrationContext)
|
||||
|
||||
RegisterJavaSdkMemberTypes()
|
||||
}
|
||||
|
||||
func RegisterJavaBuildComponents(ctx android.RegistrationContext) {
|
||||
func registerJavaBuildComponents(ctx android.RegistrationContext) {
|
||||
ctx.RegisterModuleType("java_defaults", DefaultsFactory)
|
||||
|
||||
ctx.RegisterModuleType("java_library", LibraryFactory)
|
||||
|
Reference in New Issue
Block a user