Merge "Add jni_uses_platform_api property to android_app" am: 1a9be9f3d0
am: c40208d7e6
Change-Id: I17f612c055b12f6a8eb3ed89e2769ecb9c68de05
This commit is contained in:
@@ -79,6 +79,10 @@ type appProperties struct {
|
||||
// list of native libraries that will be provided in or alongside the resulting jar
|
||||
Jni_libs []string `android:"arch_variant"`
|
||||
|
||||
// if true, allow JNI libraries that link against platform APIs even if this module sets
|
||||
// sdk_version.
|
||||
Jni_uses_platform_apis *bool
|
||||
|
||||
// STL library to use for JNI libraries.
|
||||
Stl *string `android:"arch_variant"`
|
||||
|
||||
|
Reference in New Issue
Block a user