Project import generated by Copybara.
PiperOrigin-RevId: 444273240
Change-Id: I5a2369d37952160bccb615decb21769d0cf7dda4
diff --git a/docs/api_guidelines.md b/docs/api_guidelines.md
index 257c7da..a5d1192 100644
--- a/docs/api_guidelines.md
+++ b/docs/api_guidelines.md
@@ -42,6 +42,11 @@
New modules in androidx can be created using the
[project creator script](#module-creator).
+NOTE Modules for OEM-implemented shared libraries (also known as extensions or
+sidecars) that ship on-device and are referenced via the `<uses-library>` tag
+should follow the naming convention `com.android.extensions.<feature-name>` to
+avoid placing `androidx`-packaged code in the platform's boot classpath.
+
#### Project directory structure {#module-structure}
Libraries developed in AndroidX follow a consistent project naming and directory