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
484 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(), t…
488 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, symlink, targe…
Dandroidmk.go250 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, "&& "))
Dlibrary.go510 postInstallCmds []string member
1618 …library.postInstallCmds = append(library.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(),…