Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f937ee46 authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Enable flag overlay_dynamic_parititions only

Bug: 401140635
Flag: overlay_dynamic_partitions_only
Test: system/core/fs_mgr/tests/adb-remount-test.sh
Change-Id: I83ca5092c257d1364290ef0ef1bd196c2ac00d9f
parent 00e09033
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@

// Flag to simplify algorithm for choosing which partitions to overlay to simply overlay
// all dynamic partitions
constexpr bool overlay_dynamic_partitions_only = false;
constexpr bool overlay_dynamic_partitions_only = true;

using namespace std::literals;
using namespace android::fs_mgr;