Skip to content

Commit c5e1837

Browse files
committed
Using userfaultfd in page guard manager
1 parent 8364d13 commit c5e1837

File tree

4 files changed

+582
-42
lines changed

4 files changed

+582
-42
lines changed

android/layer/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 27
5-
ndkVersion '21.3.6528147'
5+
ndkVersion '24.0.8215888'
66
defaultConfig {
77
minSdkVersion 26
88
targetSdkVersion 27

android/tools/replay/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5-
ndkVersion '21.3.6528147'
5+
ndkVersion '24.0.8215888'
66
defaultConfig {
77
applicationId "com.lunarg.gfxreconstruct.replay"
88
minSdkVersion 26

0 commit comments

Comments
 (0)