Home
last modified time | relevance | path

Searched refs:postInstallCmds (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dbinary.go112 postInstallCmds []string member
495 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(), t…
499 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, symlink, targe…
Dandroidmk.go230 if len(library.postInstallCmds) > 0 {
231 entries.SetString("LOCAL_POST_INSTALL_CMD", strings.Join(library.postInstallCmds, "&& "))
326 if len(binary.postInstallCmds) > 0 {
327 entries.SetString("LOCAL_POST_INSTALL_CMD", strings.Join(binary.postInstallCmds, "&& "))
Dlibrary.go420 postInstallCmds []string member
1760 …library.postInstallCmds = append(library.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(),…