diff options
author | 2024-02-05 14:50:54 -0800 | |
---|---|---|
committer | 2024-07-24 18:23:13 -0700 | |
commit | b85a178b073f2da2a2fe602da14c0c44f85f46c8 (patch) | |
tree | def4f893f2237f048a2b879ffd0bd38107357ac7 /android/Android.bp | |
parent | c25dea9d7390435ffc0dafc41f4c06f9f9bab8c1 (diff) |
Generate SBOM of products in Soong.
Bug: 324465531
Test: CIs
Test: m soong-sbom
Change-Id: If76776851d49282829a79bfb1c33f05b8f57de31
Diffstat (limited to 'android/Android.bp')
-rw-r--r-- | android/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Android.bp b/android/Android.bp index 774d24a20..ce27241ad 100644 --- a/android/Android.bp +++ b/android/Android.bp @@ -93,6 +93,7 @@ bootstrap_go_package { "register.go", "rule_builder.go", "sandbox.go", + "sbom.go", "sdk.go", "sdk_version.go", "shared_properties.go", |