Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go475 func newApexFile(ctx android.BaseModuleContext, builtFile android.Path, androidMkModuleName string,… func
1397 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, ccMod)
1408 af := newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeExecutable, cc)
1421 af := newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeExecutable, rustm)
1440 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, rustm)
1446 return newApexFile(ctx, fileToCopy, py.BaseModuleName(), dirInApex, pyBinary, py)
1460 return newApexFile(ctx, fileToCopy, depName, dirInApex, goBinary, nil)
1466 af := newApexFile(ctx, fileToCopy, sh.BaseModuleName(), dirInApex, shBinary, sh)
1474 return newApexFile(ctx, fileToCopy, depName, dirInApex, etc, prebuilt)
1480 return newApexFile(ctx, fileToCopy, depName, dirInApex, etc, config)
[all …]