diff options
author | 2024-08-28 23:10:29 +0000 | |
---|---|---|
committer | 2024-08-28 23:10:29 +0000 | |
commit | 33b3a638a5748d50350787cfb8552557c89f95a2 (patch) | |
tree | c0cafe153edb12d06c9be12be1043b25d86e2d34 /android/module.go | |
parent | 2a88491afc72707c21a125b81f7dcd252d2fc5f1 (diff) |
Revert^3 "Implement detecting container violations."
2a88491afc72707c21a125b81f7dcd252d2fc5f1
Change-Id: Iba4527f391a093703978fe01177b56fec4604b28
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 65f807915..5d68a87c9 100644 --- a/android/module.go +++ b/android/module.go @@ -1778,9 +1778,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") |