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:
committed by
Gerrit Code Review
parent
aa5b377ee9
commit
909d237c84
@@ -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
|
||||
|
Reference in New Issue
Block a user