diff options
Diffstat (limited to 'bootctrl/BootControlShared.cpp')
-rw-r--r-- | bootctrl/BootControlShared.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootctrl/BootControlShared.cpp b/bootctrl/BootControlShared.cpp index 125bec4..e5b9797 100644 --- a/bootctrl/BootControlShared.cpp +++ b/bootctrl/BootControlShared.cpp @@ -27,7 +27,7 @@ namespace android { namespace hardware { namespace boot { -namespace V1_1 { +namespace V1_2 { namespace implementation { using android::bootable::GetMiscVirtualAbMergeStatus; @@ -54,7 +54,7 @@ Return<MergeStatus> BootControlShared::getSnapshotMergeStatus() { } } // namespace implementation -} // namespace V1_1 +} // namespace V1_2 } // namespace boot } // namespace hardware } // namespace android |