Remove TxtStubLibraries.bp

The modules defined in TxtStubLibraries.bp are currently not in the
critical path of the from-text stub build, because the from-text vs
from-source switching is encapsulated within the stub library modules.
Therefore, remove the modules altogether.

Test: m nothing --build-from-text-stub
Bug: 287522618
Change-Id: I249edcdf596c8a82058e1bfb17da863c2b5dd7a7
This commit is contained in:
Jihoon Kang
2023-11-01 22:52:45 +00:00
parent bfa2f9ec69
commit 6416a71211
2 changed files with 0 additions and 124 deletions

View File

@@ -524,7 +524,3 @@ java_system_modules {
"art-module-intra-core-api-stubs-system-modules-lib",
],
}
build = [
"TxtStubLibraries.bp",
]