aboutsummaryrefslogtreecommitdiffstats
path: root/draw9patch/src
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 /draw9patch/src
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 'draw9patch/src')
-rw-r--r--draw9patch/src/Android.mk26
-rw-r--r--draw9patch/src/images/checker.png (renamed from draw9patch/src/resources/images/checker.png)bin1889 -> 1889 bytes
-rw-r--r--draw9patch/src/images/drop.png (renamed from draw9patch/src/resources/images/drop.png)bin5479 -> 5479 bytes
3 files changed, 0 insertions, 26 deletions
diff --git a/draw9patch/src/Android.mk b/draw9patch/src/Android.mk
deleted file mode 100644
index 3dc9db4..0000000
--- a/draw9patch/src/Android.mk
+++ /dev/null
@@ -1,26 +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_JAVA_RESOURCE_DIRS := resources
-
-LOCAL_JAR_MANIFEST := ../etc/manifest.txt
-LOCAL_JAVA_LIBRARIES := \
- swing-worker-1.1
-LOCAL_MODULE := draw9patch
-
-include $(BUILD_HOST_JAVA_LIBRARY)
diff --git a/draw9patch/src/resources/images/checker.png b/draw9patch/src/images/checker.png
index 78908f4..78908f4 100644
--- a/draw9patch/src/resources/images/checker.png
+++ b/draw9patch/src/images/checker.png
Binary files differ
diff --git a/draw9patch/src/resources/images/drop.png b/draw9patch/src/images/drop.png
index 7a7436a..7a7436a 100644
--- a/draw9patch/src/resources/images/drop.png
+++ b/draw9patch/src/images/drop.png
Binary files differ