Fix dex2oat build
This commit is contained in:
parent
4dff48f26d
commit
7aa50bb4f0
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue