Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/etc/
H A 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 {
/aosp_15_r20/build/soong/android/
H A Dmodule_context.go156 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath methodSpec
691 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… func