Build native libraries used by layoutlib.
Bug: 303904212 Test: m layoutlib dist; CIs Change-Id: Id77cba97b2f66997431beb78ecc9d9b74b64b803
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user