aboutsummaryrefslogtreecommitdiffstats
path: root/lint/cli/etc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lint/cli/etc/Android.mk')
-rw-r--r--lint/cli/etc/Android.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/lint/cli/etc/Android.mk b/lint/cli/etc/Android.mk
deleted file mode 100644
index 987b452..0000000
--- a/lint/cli/etc/Android.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2011 The Android Open Source Project
-#
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_PREBUILT_EXECUTABLES := lint
-LOCAL_MODULE_TAGS := optional
-
-include $(BUILD_HOST_PREBUILT)
-