6 lines
144 B
Makefile
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)
|