mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 22:30:39 +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++
|