commit | eef4c1c5630269b255672827aeadde6e5ba88a69 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon May 16 12:20:04 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Wed May 18 16:38:19 2022 -0700 |
tree | 3598413fe580187623e56ac6efb1063e91ecfe0b | |
parent | 61c6eef064d2fc72be422c91a70b59fda119adfc [diff] [blame] |
Add gen_notice module. Refactor notices to support notices for multiple modules. Enforce visibility and handle missing dependencies. Bug: 213388645 Change-Id: Id6a81987f087419ad37d0cce57a71e8a7c4cd6e0
diff --git a/android/Android.bp b/android/Android.bp index d583703..8eb55d2 100644 --- a/android/Android.bp +++ b/android/Android.bp
@@ -49,6 +49,7 @@ "expand.go", "filegroup.go", "fixture.go", + "gen_notice.go", "hooks.go", "image.go", "license.go",