diff --git a/common/pawletos.xml b/common/pawletos.xml
index b468713..da179e5 100644
--- a/common/pawletos.xml
+++ b/common/pawletos.xml
@@ -13,8 +13,14 @@
-
+ vendor/pawlet below, no separate project needed). See NOTES-ota-recovery-ab.md.
+
+ external/update_binary (PawletOS/external_update_binary) is NOT synced: it duplicates
+ applypatch/edify/updater, which this AOSP release already ships, Soong-converted, at
+ bootable/deprecated-ota/, confirmed by a hard Soong module-name collision the one time
+ both were synced together. Nothing in PawletOS currently references either copy's
+ modules from PRODUCT_PACKAGES; when non-A/B OTA wiring actually happens, point it at
+ bootable/deprecated-ota's existing modules instead of reviving this project. -->