Add cc_genrule
cc_genrule is the same as a normal genrule, but can depend on other cc modules (like cc_object). Test: mmma external/minijail Change-Id: I8df87665c7bdc76ce89c92755c054f967a818e57
This commit is contained in:
@@ -89,7 +89,7 @@ func (c *Module) AndroidMk() android.AndroidMkData {
|
||||
}
|
||||
c.subAndroidMk(&ret, c.installer)
|
||||
|
||||
if c.vndk() && Bool(c.Properties.Vendor_available) {
|
||||
if c.vndk() && Bool(c.VendorProperties.Vendor_available) {
|
||||
// .vendor suffix is added only when we will have two variants: core and vendor.
|
||||
// The suffix is not added for vendor-only module.
|
||||
ret.SubName += vendorSuffix
|
||||
|
Reference in New Issue
Block a user