misc/libtremor/Android.mk
branchhedgeroid
changeset 6039 d75329716a02
equal deleted inserted replaced
6037:8cdc7bc3e38c 6039:d75329716a02
       
     1 LOCAL_PATH := $(call my-dir)
       
     2 
       
     3 include $(CLEAR_VARS)
       
     4 
       
     5 LOCAL_MODULE := tremor
       
     6 
       
     7 LOCAL_CFLAGS := -I$(LOCAL_PATH) -DHAVE_ALLOCA_H
       
     8 
       
     9 # Note this simple makefile var substitution, you can find even simpler examples in different Android projects
       
    10 LOCAL_SRC_FILES := $(notdir $(wildcard $(LOCAL_PATH)/*.c))
       
    11 
       
    12 include $(BUILD_STATIC_LIBRARY)
       
    13