Searched refs:postInstallCmds (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | binary.go | 112 postInstallCmds []string member 484 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(), t… 488 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, symlink, targe…
|
D | androidmk.go | 250 if len(library.postInstallCmds) > 0 { 251 entries.SetString("LOCAL_POST_INSTALL_CMD", strings.Join(library.postInstallCmds, "&& ")) 346 if len(binary.postInstallCmds) > 0 { 347 entries.SetString("LOCAL_POST_INSTALL_CMD", strings.Join(binary.postInstallCmds, "&& "))
|
D | library.go | 510 postInstallCmds []string member 1618 …library.postInstallCmds = append(library.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(),…
|