Remove unused property naming_scheme in java_sdk_library
The property was introduced as an interim solution, and is currently unused. Test: m nothing --no-skip-soong-tests Bug: 366071058 Change-Id: I57abdb64fabdb34fbbd1190851bc528dbb88c7f8
This commit is contained in:
@@ -2674,7 +2674,7 @@ func TestDisableFromTextStubForCoverageBuild(t *testing.T) {
|
||||
android.AssertBoolEquals(t, "stub module expected to depend on from-source stub",
|
||||
true, CheckModuleHasDependency(t, result.TestContext,
|
||||
apiScopePublic.stubsLibraryModuleName("foo"), "android_common",
|
||||
apiScopePublic.sourceStubLibraryModuleName("foo")))
|
||||
apiScopePublic.sourceStubsLibraryModuleName("foo")))
|
||||
|
||||
android.AssertBoolEquals(t, "stub module expected to not depend on from-text stub",
|
||||
false, CheckModuleHasDependency(t, result.TestContext,
|
||||
|
Reference in New Issue
Block a user