Fix dex2oat build
This commit is contained in:
parent
4dff48f26d
commit
7aa50bb4f0
|
|
@ -28,6 +28,7 @@ android {
|
||||||
androidResources = false
|
androidResources = false
|
||||||
buildConfig = false
|
buildConfig = false
|
||||||
prefab = true
|
prefab = true
|
||||||
|
prefabPublishing = true
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
@ -39,4 +40,8 @@ android {
|
||||||
path("src/main/cpp/CMakeLists.txt")
|
path("src/main/cpp/CMakeLists.txt")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prefab {
|
||||||
|
register("dex2oat")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue