summaryrefslogtreecommitdiff
path: root/atrace/Android.mk
diff options
context:
space:
mode:
authorChad Jones <chadj@google.com>2012-11-29 14:55:59 -0800
committerChad Jones <chadj@google.com>2012-11-29 14:55:59 -0800
commita3ffbafced4faf1361da68ec21c94165c97fc72f (patch)
tree017dd99e94ed579ae72b686e2efdec554067f440 /atrace/Android.mk
parentb8d135624eecab158822005df3debc741072bf87 (diff)
downloadextras-a3ffbafced4faf1361da68ec21c94165c97fc72f.tar.gz
atrace moved to cmds/atrace in platform/frameworks/native
Diffstat (limited to 'atrace/Android.mk')
-rw-r--r--atrace/Android.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/atrace/Android.mk b/atrace/Android.mk
deleted file mode 100644
index 12526d02..00000000
--- a/atrace/Android.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2012 The Android Open Source Project
-
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= atrace.c
-
-LOCAL_C_INCLUDES += external/zlib
-LOCAL_CFLAGS += -std=c99
-
-LOCAL_MODULE:= atrace
-
-LOCAL_MODULE_TAGS:= optional
-
-LOCAL_SHARED_LIBRARIES := libz
-
-include $(BUILD_EXECUTABLE)