summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBai Tao <michaelbai@google.com>2010-06-08 16:46:02 +0800
committerBai Tao <michaelbai@google.com>2010-06-08 18:35:46 +0800
commitd644aa0ae3dea867301bead6f7dc27ac19189db4 (patch)
tree74e53127d3819ed6e9ed82a3080a324d6ee535a5
parent7c9cd26d7178fc354ae7eb84a742a1ecd2e719b2 (diff)
downloadlibphonenumber-d644aa0ae3dea867301bead6f7dc27ac19189db4.tar.gz
Remove the make file
This lib is built from framework. Change-Id: Ibaff5f6dc77ad6accc75bf5dde411dc0a21e1fab
-rw-r--r--Android.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 70032468..00000000
--- a/Android.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (C) 2009 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-#
-
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := $(call all-java-files-under, java/src)
-
-LOCAL_JAVA_RESOURCE_DIRS := java/src
-
-LOCAL_MODULE := libphonenumber
-
-include $(BUILD_JAVA_LIBRARY)