aboutsummaryrefslogtreecommitdiff
path: root/docs/specifications/prefab.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/specifications/prefab.md')
-rw-r--r--docs/specifications/prefab.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/specifications/prefab.md b/docs/specifications/prefab.md
index 4574e01ee..f94758b49 100644
--- a/docs/specifications/prefab.md
+++ b/docs/specifications/prefab.md
@@ -1,5 +1,7 @@
# Vcpkg: export Android prefab Archives (AAR files)
+**Note: this is the feature as it was initially specified and does not necessarily reflect the current behavior.**
+
Vcpkg can export android archives ([AAR files](https://developer.android.com/studio/projects/android-library)). Once an archive is created, it can imported in Android Studio as a native dependent. The archive is automatically consumed using [android studio's prefab tool](https://github.com/google/prefab).
For more information on Prefab, refer to: