Merge changes from topic "no_whitelisting_apex_available" am: b9e4a3fdf4
am: bf4bc941a2
Change-Id: Ife369d5943e70b4d5a6836ca19d514dd1c38d658
This commit is contained in:
@@ -90,6 +90,11 @@ func (c *ndkPrebuiltObjectLinker) link(ctx ModuleContext, flags Flags,
|
||||
return ndkPrebuiltModuleToPath(ctx, flags.Toolchain, objectExtension, ctx.sdkVersion())
|
||||
}
|
||||
|
||||
func (*ndkPrebuiltObjectLinker) availableFor(what string) bool {
|
||||
// ndk prebuilt objects are available to everywhere
|
||||
return true
|
||||
}
|
||||
|
||||
type ndkPrebuiltStlLinker struct {
|
||||
*libraryDecorator
|
||||
}
|
||||
@@ -103,6 +108,11 @@ func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
||||
return deps
|
||||
}
|
||||
|
||||
func (*ndkPrebuiltStlLinker) availableFor(what string) bool {
|
||||
// ndk prebuilt objects are available to everywhere
|
||||
return true
|
||||
}
|
||||
|
||||
// ndk_prebuilt_shared_stl exports a precompiled ndk shared standard template
|
||||
// library (stl) library for linking operation. The soong's module name format
|
||||
// is ndk_<NAME>.so where the library is located under
|
||||
|
Reference in New Issue
Block a user