mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
Include this module to your native application by adding
|
|
|
|
$(call import-module,qpc/ports/arm/android-ndk/gnu)
|
|
|
|
to end of your project's Android.mk file.
|
|
|
|
You also need to refer to libraries you want to use.
|
|
|
|
For example:
|
|
|
|
LOCAL_STATIC_LIBRARIES := qpc
|
|
|
|
or (for QSpy support):
|
|
|
|
LOCAL_STATIC_LIBRARIES := qpc-qspy
|
|
|
|
For more information, please see the Application note for QP/C Android-NDK
|