summaryrefslogtreecommitdiffstats
path: root/policy/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:48 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:48 -0800
commit10bf778e493ae9ed7b0a9317bf35f00142e11cb4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /policy/Android.mk
parentfee49fc0d29f6864e8f91fcf29cc1a19c4d91ff7 (diff)
downloadframeworks_base-10bf778e493ae9ed7b0a9317bf35f00142e11cb4.zip
frameworks_base-10bf778e493ae9ed7b0a9317bf35f00142e11cb4.tar.gz
frameworks_base-10bf778e493ae9ed7b0a9317bf35f00142e11cb4.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'policy/Android.mk')
-rw-r--r--policy/Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/policy/Android.mk b/policy/Android.mk
deleted file mode 100644
index 29f62b8..0000000
--- a/policy/Android.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-# the library
-# ============================================================
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := \
- $(call all-subdir-java-files)
-
-LOCAL_MODULE := android.policy_phone
-LOCAL_UNINSTALLABLE_MODULE := true
-
-include $(BUILD_JAVA_LIBRARY)