pmt: fix all build issues etc (ndk)

This commit is contained in:
2024-10-03 22:00:12 +03:00
parent ee7b44b484
commit f88e9b013e
4 changed files with 28 additions and 21 deletions

View File

@@ -15,7 +15,7 @@
# limitations under the License.
########
# 2.9.0
# 2.9.1
########
# architecture
@@ -23,9 +23,8 @@ APP_ABI := \
arm64-v8a \
armeabi-v7a
APP_PLATFORM := android-21
APP_PLATFORM := android-29
APP_OPTIM := release
APP_STL := c++_static
APP_ALLOW_MISSING_DEPS := true
# end