mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
# To use RTTI, "include abi/cpp/use_rtti.mk" in your target.
|
|
|
|
LOCAL_C_INCLUDES := \
|
|
abi/cpp/include \
|
|
$(LOCAL_C_INCLUDES)
|
|
|
|
LOCAL_RTTI_FLAG := -frtti
|
|
LOCAL_SHARED_LIBRARIES += libgabi++
|