Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := test_wchar_t_size
      5 LOCAL_SRC_FILES := \
      6   test_default.c \
      7   test_8bit.c \
      8   test_8bit_cplusplus.cpp \
      9   test_8bit_cplusplus_stdc_limit_macros.cpp \
     10   test_always_signed.c \
     11 
     12 include $(BUILD_SHARED_LIBRARY)
     13