diff options
author | Kelvin Zhang <zhangkelvin@google.com> | 2020-11-10 15:20:50 -0500 |
---|---|---|
committer | Kelvin Zhang <zhangkelvin@google.com> | 2020-11-16 15:16:25 -0500 |
commit | b57c27012f6224447e384b4d887236b232798754 (patch) | |
tree | dae759a4458581f9070e0f2b38bee5b6694c4007 /aosp/dynamic_partition_control_android_unittest.cc | |
parent | c82511cd8f159f8265d361aa9d9e10ba6b920a35 (diff) |
Rename mock_dynamic_partition_control to
mock_dynamic_partition_control_android
The mock contains android specific behaviors, so appending the filename
with "android"
Test: treehugger
Change-Id: Ic6e53e07a4645e4f854c1fb22e0fa9f7f911bef3
Diffstat (limited to 'aosp/dynamic_partition_control_android_unittest.cc')
-rw-r--r-- | aosp/dynamic_partition_control_android_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp/dynamic_partition_control_android_unittest.cc b/aosp/dynamic_partition_control_android_unittest.cc index 5d6463be..7e751dbf 100644 --- a/aosp/dynamic_partition_control_android_unittest.cc +++ b/aosp/dynamic_partition_control_android_unittest.cc @@ -27,7 +27,7 @@ #include <libsnapshot/mock_snapshot.h> #include "update_engine/aosp/dynamic_partition_test_utils.h" -#include "update_engine/aosp/mock_dynamic_partition_control.h" +#include "update_engine/aosp/mock_dynamic_partition_control_android.h" #include "update_engine/common/mock_prefs.h" #include "update_engine/common/test_utils.h" |