Files
frameworks_base/cmds/bugreport/Android.mk
Jean-Baptiste Queru 9db3d07b96 eclair snapshot
2009-11-13 13:53:39 -08:00

15 lines
214 B
Makefile

ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= bugreport.c
LOCAL_MODULE:= bugreport
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)
endif