SkillAgentSearch skills...

Ndkports

A fork of ndkports but generates static libraries (see rikka branch).

Install / Use

/learn @RikkaW/Ndkports
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This project is deprecated

  1. The upstream stop updating for long
  2. ndkports have many hard-coded configs (e.g., ndkports adds the requirement of c++ stl even for a pure C library)
  3. My ports are moved to AGP's prefabPublishing

ndkports

This is a fork of platform/tools/ndkports.

Changes

  • Collect .a instead of .so files.

Ports by Rikka

repositories {
    maven { url 'https://dl.bintray.com/rikkaw/Libraries' }
}
// BoringSSL (https://android.googlesource.com/platform/external/boringssl/)
implementation 'rikka.ndk.thirdparty:boringssl:20200911'

// cURL
implementation 'rikka.ndk.thirdparty:curl:7.72.0-boringssl' // with BoringSSL

// xHook (https://github.com/iqiyi/xHook)
implementation 'rikka.ndk.thirdparty:xhook:1.2.0'

// TinyXML-2 (https://github.com/leethomason/tinyxml2)
implementation 'rikka.ndk.thirdparty:tinyxml2:8.0.0'

// sepol(Magisk version) (https://github.com/topjohnwu/selinux)
implementation 'rikka.ndk.thirdparty:sepol:3.1'

// libnativehelper-header-only (https://android.googlesource.com/platform/libnativehelper)
implementation 'rikka.ndk.thirdparty:nativehelper:20201111'

// flatbuffers
implementation 'rikka.ndk.thirdparty:flatbuffers:1.12.0'

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated9mo ago
Forks1

Languages

Kotlin

Security Score

67/100

Audited on Jun 8, 2025

No findings