From 8d7d43507aecfd3057d70a8c2336c0302b0d8adb Mon Sep 17 00:00:00 2001 From: YZBruh Date: Wed, 2 Oct 2024 22:29:46 +0300 Subject: [PATCH] pmt: Application.mk: enable APP_ALLOW_MISSING_DEPS --- jni/Application.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/Application.mk b/jni/Application.mk index ef1bb01..c1f5419 100755 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -26,5 +26,6 @@ APP_ABI := \ APP_PLATFORM := android-21 APP_OPTIM := release APP_STL := c++_static +APP_ALLOW_MISSING_DEPS := true # end