Skip to content

Commit

Permalink
Fix dex2oat build
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Apr 15, 2023
1 parent 4dff48f commit 7aa50bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dex2oat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ android {
androidResources = false
buildConfig = false
prefab = true
prefabPublishing = true
}

defaultConfig {
Expand All @@ -39,4 +40,8 @@ android {
path("src/main/cpp/CMakeLists.txt")
}
}

prefab {
register("dex2oat")
}
}

0 comments on commit 7aa50bb

Please sign in to comment.