Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go97 post_install_cmds []string member
431 …binary.post_install_cmds = append(binary.post_install_cmds, makeSymlinkCmd(dirOnDevice, file.Base(…
435 …binary.post_install_cmds = append(binary.post_install_cmds, makeSymlinkCmd(dirOnDevice, symlink, t…
Dandroidmk.go161 if len(library.post_install_cmds) > 0 {
162 fmt.Fprintln(w, "LOCAL_POST_INSTALL_CMD := "+strings.Join(library.post_install_cmds, "&& "))
243 if len(binary.post_install_cmds) > 0 {
244 fmt.Fprintln(w, "LOCAL_POST_INSTALL_CMD := "+strings.Join(binary.post_install_cmds, "&& "))
Dlibrary.go299 post_install_cmds []string member
915 …library.post_install_cmds = append(library.post_install_cmds, makeSymlinkCmd(dirOnDevice, file.Bas…