Revert "Dynamically assemble the list of python launcher shared libs for precompiling"

This reverts commit aa5b377ee9.

Reason for revert: this broke musl builds by removing the install dependency from python binaries to the launcher shared libraries: https://android-build.googleplex.com/builds/submitted/9600042/unit_tests_x86_64_musl/latest/view/logs/build_error.log

Change-Id: I4e13f333f287831ba13724f13ab2be789a92b476
This commit is contained in:
Cole Faust
2023-02-13 23:17:40 +00:00
committed by Gerrit Code Review
parent aa5b377ee9
commit 909d237c84
3 changed files with 58 additions and 49 deletions

View File

@@ -73,10 +73,6 @@ func (p *PackagingSpec) Partition() string {
return p.partition
}
func (p *PackagingSpec) SrcPath() Path {
return p.srcPath
}
type PackageModule interface {
Module
packagingBase() *PackagingBase