replicant-frameworks_native/cmds/atrace/Android.mk
Jamie Gennis dd1ddbbdd7 atrace: include the binary in debug builds
This change makes the atrace module tag 'debug' so that the binary is
included in all debug builds.

Change-Id: I1fdb87be0461daf686e52ded04b37b9a122edea3
2012-02-26 15:50:35 -08:00

13 lines
207 B
Makefile

# Copyright 2012 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= atrace.c
LOCAL_MODULE:= atrace
LOCAL_MODULE_TAGS:= debug
include $(BUILD_EXECUTABLE)