Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 150abfb6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add jni_uses_platform_api property to android_app" am: 1a9be9f3 am:...

Merge "Add jni_uses_platform_api property to android_app" am: 1a9be9f3 am: c40208d7 am: 9f394612

Change-Id: I1c0a71ec0a1bddc04ae48ecbc5e63d03e2686ec7
parents 7e83a01a 9f394612
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"`