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

6 lines
144 B
Makefile

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