aboutsummaryrefslogtreecommitdiffstats
path: root/androidprefs/src/Android.mk
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-03-15 12:10:31 -0700
committerXavier Ducrohet <xav@android.com>2011-03-15 17:43:11 -0700
commitb26189333d3db21355daa3131b9f5e69f3044c2e (patch)
tree8e7688de691b49afeea909e273212b2e97386d51 /androidprefs/src/Android.mk
parentd251dea0b8771677e352c04fee12be778b5bda2c (diff)
downloadsdk-b26189333d3db21355daa3131b9f5e69f3044c2e.zip
sdk-b26189333d3db21355daa3131b9f5e69f3044c2e.tar.gz
sdk-b26189333d3db21355daa3131b9f5e69f3044c2e.tar.bz2
Add missing notice files.
Also fix some makefiles to make sure the notices are picked up. - move the makefile outside of the source folder. - resources are now in the source folder directly instead of being inside src/resources. It's much simpler. Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
Diffstat (limited to 'androidprefs/src/Android.mk')
-rw-r--r--androidprefs/src/Android.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/androidprefs/src/Android.mk b/androidprefs/src/Android.mk
deleted file mode 100644
index ddc0aa6..0000000
--- a/androidprefs/src/Android.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright (C) 2008 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-subdir-java-files)
-
-LOCAL_MODULE := androidprefs
-
-include $(BUILD_HOST_JAVA_LIBRARY)
-