This commit is contained in:
2025-08-28 15:13:40 +09:00
parent 6e64d739ac
commit 6404f4176e
3149 changed files with 738551 additions and 335 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
$(android_ndk_cmake) || return 1
make -C "$(get_cmake_build_directory)" || return 1
make -C "$(get_cmake_build_directory)" install || return 1
# CREATE PACKAGE CONFIG MANUALLY
create_cpufeatures_package_config "0.8.0" || return 1