android_mt6572_jiabo/ndk/tests/device/test-stlport-rtti/jni/Android.mk
2025-09-05 16:56:03 +08:00

6 lines
155 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test_stlport_rtti
LOCAL_SRC_FILES := test_stlport_rtti.cpp
include $(BUILD_EXECUTABLE)