Home | History | Annotate | Download | only in suspend_stress
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_SRC_FILES := suspend_stress.cpp
      5 LOCAL_MODULE := suspend_stress
      6 LOCAL_CFLAGS := -Wall -Werror
      7 LOCAL_FORCE_STATIC_EXECUTABLE := true
      8 LOCAL_STATIC_LIBRARIES := libc libcutils
      9 include $(BUILD_EXECUTABLE)
     10