[roll] Roll fuchsia [assembly] Complete removal of product_include_updates_in_blobfs

product_include_updates_in_blobfs deprecation step (4).

We are in the process of removing product_include_updates_in_blobfs.
This flag is used to put the update package in blobfs at assembly time,
which ensures that the device can take an OTA by reserving that space.

Now that we have the max_blob_contents_size flag, we can be confident
that we will not go over budget.

The deprecation is as follows:

(client repos)
1. Explicitly set the flag on all smart products to false &&
   Reduce budget for blobfs to ensure OTAs are possible
   (this removes update package from blobfs safely)

fuchsia.git
2. Change the default state of the flag to `false`
   (allows us to remove usage of the flag in clients)

(client repos)
3. Remove usage of the flag

fuchsia.git
4. Remove the flag and usage in fuchsia.git

Original-Bug: 58645
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/549964
Original-Revision: 08b58a40873fbab91c3a476150dbca16df4296d1
GitOrigin-RevId: 9eb433d9a3cbb066e5483ba10a7cc4b4afcc0ad8
Change-Id: Ia1756812fee75e017c87ab1e29d585f2ab85416f
1 file changed
tree: decda9147ccb5ae3a9284b199616560a8047b4a0
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.