Home
last modified time | relevance | path

Searched defs:InstallSymlink (Results 1 – 2 of 2) sorted by relevance

/build/soong/etc/
Dinstall_symlink.go58 type InstallSymlink struct { struct
59 android.ModuleBase
60 properties InstallSymlinkProperties
62 output android.Path
63 installedPath android.InstallPath
66 func (m *InstallSymlink) GenerateAndroidBuildActions(ctx android.ModuleContext) {
89 func (m *InstallSymlink) AndroidMkEntries() []android.AndroidMkEntries {
/build/soong/android/
Dmodule_context.go159 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath methodSpec
765 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… func