diff options
author | 2021-07-22 00:57:39 +0000 | |
---|---|---|
committer | 2021-07-22 00:57:39 +0000 | |
commit | 5d96f64d043af9cbd2f95d5dc076c74b7906b32f (patch) | |
tree | 715e2d87d3dae09e736e04610f6ab8d985c52596 /rust/snapshot_prebuilt.go | |
parent | f8de870f4caecb794e22f74a81ee532e156cced9 (diff) | |
parent | ae11c233b52cb066b85b2e556faa8ac0bd483343 (diff) |
Merge changes I3574d2a1,Ifb69fb3d
* changes:
Update prebuilt_etc available for snapshot
Separate snapshot definition
Diffstat (limited to 'rust/snapshot_prebuilt.go')
-rw-r--r-- | rust/snapshot_prebuilt.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/snapshot_prebuilt.go b/rust/snapshot_prebuilt.go index 2f549738c..79eaab382 100644 --- a/rust/snapshot_prebuilt.go +++ b/rust/snapshot_prebuilt.go @@ -17,6 +17,7 @@ package rust import ( "android/soong/android" "android/soong/cc" + "github.com/google/blueprint/proptools" ) |