aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/hidl/hashing.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/architecture/hidl/hashing.html')
-rw-r--r--en/devices/architecture/hidl/hashing.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/en/devices/architecture/hidl/hashing.html b/en/devices/architecture/hidl/hashing.html
index e083fd4c..3debea85 100644
--- a/en/devices/architecture/hidl/hashing.html
+++ b/en/devices/architecture/hidl/hashing.html
@@ -151,6 +151,8 @@ interfaces which maintain ABI stability. Review the following types of changes:
<td>
<ul>
<li>Reordering arguments, methods, etc…</li>
+<li>Renaming an interface or moving it to a new package.</li>
+<li>Renaming a package.</li>
<li>Adding a method/struct field/etc… anywhere in the interface.</li>
<li>Anything that would break a C++ vtable.</li>
<li>etc..</li>