Home | History | Annotate | Download | only in interrupter
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_SRC_FILES := \
      6     interrupter.c
      7 LOCAL_MODULE := interrupter
      8 LOCAL_MODULE_TAGS := eng tests
      9 LOCAL_LDFLAGS := -ldl
     10 
     11 include $(BUILD_SHARED_LIBRARY)
     12 
     13 include $(CLEAR_VARS)
     14 
     15 LOCAL_SRC_FILES := \
     16     interrupter.c
     17 LOCAL_MODULE := interrupter
     18 LOCAL_MODULE_TAGS := eng tests
     19 LOCAL_LDFLAGS := -ldl
     20 
     21 include $(BUILD_HOST_SHARED_LIBRARY)