Build native libraries used by layoutlib.

Bug: 303904212
Test: m layoutlib dist; CIs
Change-Id: Id77cba97b2f66997431beb78ecc9d9b74b64b803
This commit is contained in:
Wei Li
2023-12-11 15:40:29 -08:00
parent 4e8a7e9974
commit 5f5d271fc3
7 changed files with 68 additions and 1 deletions

View File

@@ -445,6 +445,10 @@ func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path {
return binary.unstrippedOutputFile
}
func (binary *binaryDecorator) strippedAllOutputFilePath() android.Path {
panic("Not implemented.")
}
func (binary *binaryDecorator) setSymlinkList(ctx ModuleContext) {
for _, symlink := range binary.Properties.Symlinks {
binary.symlinks = append(binary.symlinks,