Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go207 privAppAllowlist android.OptionalPath member
231 return a.privAppAllowlist
925 a.privAppAllowlist = android.OptionalPathForPath(allowlist)
931 if a.privAppAllowlist.Valid() {
934 ctx.InstallFile(allowlistInstallPath, allowlistInstallFilename, a.privAppAllowlist.Path())
/build/soong/apex/
Dapex.go1764privAppAllowlist := newApexFile(ctx, allowlist.Path(), aapp.BaseModuleName()+"_privapp", dirInApex…
1765 apexFiles = append(apexFiles, privAppAllowlist)