動的パーティションは、Android 用のユーザー空間分割システムです。このパーティショニング システムを使用すると、無線(OTA)アップデート時にパーティションを作成、サイズ変更、破棄できます。動的パーティションにより、ベンダーは system
、vendor
、product
のような個々のパーティション サイズを気にする必要がなくなりました。デバイスで super
パーティションを割り当て、その中でサブパーティションのサイズを動的に変更できます。また、個々のパーティション イメージに、将来の OTA のために空き領域を残す必要がなくなり、super
に残った空き領域はすべての動的パーティションで使用できるようになりました。
動的パーティション
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-03-26 UTC。
[null,null,["最終更新日 2025-03-26 UTC。"],[],[],null,["# Dynamic partitions are a userspace partitioning system for Android. Using\nthis partitioning system, you can create, resize, or destroy partitions during\nover-the-air (OTA) updates. With dynamic partitions, vendors no longer\nhave to worry about the individual sizes of partitions such as\n`system`, `vendor`, and `product`.\nInstead, the device allocates a `super` partition, and\nsub-partitions can be sized dynamically within it. Individual partition\nimages no longer have to leave empty space for future OTAs. Instead, the\nremaining free space in `super` is available for all dynamic\npartitions."]]