Update to the AAB directory layout

Follow-up to https://github.com/godotengine/godot/pull/106152 to address the regression described in https://github.com/godotengine/godot/issues/106582
This commit is contained in:
Fredia Huya-Kouadio
2025-05-19 10:50:43 -07:00
committed by Anish Mishra
parent cc7fbe6aec
commit 8f2ad2eb42
5 changed files with 6 additions and 7 deletions

View File

@ -0,0 +1,10 @@
plugins {
id 'com.android.asset-pack'
}
assetPack {
packName = "assetPackInstallTime" // Directory name for the asset pack
dynamicDelivery {
deliveryType = "install-time" // Delivery mode
}
}