diff options
author | 2024-08-28 23:20:03 +0000 | |
---|---|---|
committer | 2024-08-28 23:20:03 +0000 | |
commit | 88a8daf8cae89783450b349d2a4217e6ed0c4a94 (patch) | |
tree | 1af198c5a63adfe46eb2547990038e263d7c792d /android/module.go | |
parent | ae74fb63f1901342ce42b0ab864502932d6837c1 (diff) | |
parent | 33b3a638a5748d50350787cfb8552557c89f95a2 (diff) |
Merge "Revert^3 "Implement detecting container violations."" into main
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/module.go b/android/module.go index 2f2c8c246..4e46bdbb3 100644 --- a/android/module.go +++ b/android/module.go @@ -1769,9 +1769,6 @@ func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) } setContainerInfo(ctx) - if ctx.Config().Getenv("DISABLE_CONTAINER_CHECK") != "true" { - checkContainerViolations(ctx) - } ctx.licenseMetadataFile = PathForModuleOut(ctx, "meta_lic") |