diff options
author | 2024-09-12 00:01:54 +0000 | |
---|---|---|
committer | 2024-09-12 00:10:37 +0000 | |
commit | 2261a82dbd9599fc1a7091fffea6931fbb5c4963 (patch) | |
tree | 2b6b9015efeca85fbf00da86ef429c976925c207 /java/java_test.go | |
parent | 8ca2a80d27a8ba06aed380ccc182fedd584a518e (diff) |
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
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go index e4e6bca9c..c13db3e30 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -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, |