commit | 0e13bbade3b1f6375a0720ce107cf92f29864c2e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Aug 29 16:29:22 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Sep 11 18:32:57 2019 -0700 |
tree | 31af4e09a72f8169e7288bba681885b0912da43a | |
parent | 65d94596f2527113a60f605d4350e72a0d0ec96e [diff] [blame] |
fastbootd: skip COW group Skip importing COW group because they are dynamically created by OTA clients and will never show up in built images. Test: flash Change-Id: I44e7693cfb4c15e64455b56212a02f9abde88d61
diff --git a/fastboot/Android.bp b/fastboot/Android.bp index 978eed0..546bce2 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp
@@ -143,6 +143,10 @@ static_libs: [ "libhealthhalutils", ], + + header_libs: [ + "libsnapshot_headers", + ] } cc_defaults {