diff options
author | 2024-10-24 18:47:06 +0000 | |
---|---|---|
committer | 2024-10-24 22:59:30 +0000 | |
commit | 3cadf7d81600c89d49d1d4836bbc2c74a8c7b6dd (patch) | |
tree | cd92abd2d907bc19899e41e98b2e2fc9f09d8ccb /android/Android.bp | |
parent | 39bebd1002c80d206fbd696956e46595a3d0b5f2 (diff) |
Move some gob helpers to a new package.
Bug: 358427516
Test: CI
Change-Id: Ib25bbfb6e89c35cf4a080e2baaffadabf0e5636e
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 87ac65789..1ed2dbaa1 100644 --- a/android/Android.bp +++ b/android/Android.bp @@ -9,6 +9,7 @@ bootstrap_go_package { "blueprint", "blueprint-bootstrap", "blueprint-depset", + "blueprint-gobtools", "blueprint-metrics", "sbox_proto", "soong", |