diff --git a/gapidapk/android/apk/AndroidManifest.xml.in b/gapidapk/android/apk/AndroidManifest.xml.in index aa892a922c..4ca2763b5e 100644 --- a/gapidapk/android/apk/AndroidManifest.xml.in +++ b/gapidapk/android/apk/AndroidManifest.xml.in @@ -21,7 +21,7 @@ > diff --git a/tools/build/workspace.bzl b/tools/build/workspace.bzl index 6acab708a7..3ebefe1164 100644 --- a/tools/build/workspace.bzl +++ b/tools/build/workspace.bzl @@ -199,14 +199,14 @@ def gapid_dependencies(android = True, mingw = True, locals = {}): native.android_sdk_repository, name = "androidsdk", locals = locals, - api_level = 26, + api_level = 26, # This is the target API ) maybe_repository( native.android_ndk_repository, name = "androidndk", locals = locals, - api_level = 26, + api_level = 21, # This is the minimum API ) maybe_repository(