commit | a14fb6a73e2207c1084a0230fd97f08c14ef4818 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 23 16:57:06 2024 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 24 10:55:33 2024 -0700 |
tree | 3300c5bf686fc67e71400ab8bac8c39b5d1c6c0b | |
parent | 11d0c38a2b295774f4c91f8f571323359add9835 [diff] [blame] |
Update DepSet references Update all references to depset to use blueprint/depset, and to use DepSet instead of *DepSet. Bug: 375276086 Test: all soong tests pass Flag: EXEMPT refactor Change-Id: I59a7836d0975366ddc336225fb770ac7e6e0c8ea
diff --git a/android/Android.bp b/android/Android.bp index 05ce10a..87ac657 100644 --- a/android/Android.bp +++ b/android/Android.bp
@@ -8,6 +8,7 @@ deps: [ "blueprint", "blueprint-bootstrap", + "blueprint-depset", "blueprint-metrics", "sbox_proto", "soong",