Fix dex2oat build

This commit is contained in:
LoveSy 2023-04-16 01:02:54 +08:00 committed by GitHub
parent 4dff48f26d
commit 7aa50bb4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ android {
androidResources = false
buildConfig = false
prefab = true
prefabPublishing = true
}
defaultConfig {
@ -39,4 +40,8 @@ android {
path("src/main/cpp/CMakeLists.txt")
}
}
prefab {
register("dex2oat")
}
}