Create vndkproduct.libraries.txt
Some VNDKs will be available to product modules by adding 'product_available' property. These VNDK libs will be listed in vndkproduct.libraries.txt and tracked by the build system for the changes. The product available VNDK list will be frozen by the release process. Bug: 174323911 Test: build Change-Id: Ie1b085851413a8f2273925fefdc14fec3bfc7892
This commit is contained in:
@@ -67,9 +67,8 @@ const (
|
||||
)
|
||||
|
||||
func (ctx *moduleContext) ProductSpecific() bool {
|
||||
//TODO(b/150902910): Replace HasNonSystemVariants() with HasProductVariant()
|
||||
return ctx.ModuleContext.ProductSpecific() ||
|
||||
(ctx.mod.HasNonSystemVariants() && ctx.mod.InProduct())
|
||||
(ctx.mod.HasProductVariant() && ctx.mod.InProduct())
|
||||
}
|
||||
|
||||
func (ctx *moduleContext) SocSpecific() bool {
|
||||
|
Reference in New Issue
Block a user