OSDN Git Service

Merge layoutlib related prebuilt from gingerbread.
authorXavier Ducrohet <xav@android.com>
Tue, 24 May 2011 01:26:29 +0000 (18:26 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 24 May 2011 01:26:29 +0000 (18:26 -0700)
This is part of back porting the 3.x layoutlib library
from honeycomb to gingerbread to froyo (to eclair).

Change-Id: Ia611fff29d2afc86cd7ad8328a2354ae0273edf8

12 files changed:
common/layoutlib_api/Android.mk [new file with mode: 0644]
common/layoutlib_api/MODULE_LICENSE_APL [new file with mode: 0644]
common/layoutlib_api/PREBUILT [new file with mode: 0644]
common/layoutlib_api/layoutlib_api-prebuilt.jar [new file with mode: 0644]
common/ninepatch/Android.mk [new file with mode: 0644]
common/ninepatch/MODULE_LICENSE_APL [new file with mode: 0644]
common/ninepatch/PREBUILT [new file with mode: 0644]
common/ninepatch/ninepatch-prebuilt.jar [new file with mode: 0644]
common/tools-common/Android.mk [new file with mode: 0644]
common/tools-common/MODULE_LICENSE_APL [new file with mode: 0644]
common/tools-common/PREBUILT [new file with mode: 0644]
common/tools-common/tools-common-prebuilt.jar [new file with mode: 0644]

diff --git a/common/layoutlib_api/Android.mk b/common/layoutlib_api/Android.mk
new file mode 100644 (file)
index 0000000..cef6676
--- /dev/null
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_JAVA_LIBRARIES := \
+       layoutlib_api-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/common/layoutlib_api/MODULE_LICENSE_APL b/common/layoutlib_api/MODULE_LICENSE_APL
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/common/layoutlib_api/PREBUILT b/common/layoutlib_api/PREBUILT
new file mode 100644 (file)
index 0000000..79d5c47
--- /dev/null
@@ -0,0 +1,4 @@
+The object in this prebuilt directory can be rebuilt from
+       platform/sdk/layoutlib_api/
+
+From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=9e4e56d1b612fb6f6fd4422bf4ef210df88b34e8
diff --git a/common/layoutlib_api/layoutlib_api-prebuilt.jar b/common/layoutlib_api/layoutlib_api-prebuilt.jar
new file mode 100644 (file)
index 0000000..7d1e110
Binary files /dev/null and b/common/layoutlib_api/layoutlib_api-prebuilt.jar differ
diff --git a/common/ninepatch/Android.mk b/common/ninepatch/Android.mk
new file mode 100644 (file)
index 0000000..865b074
--- /dev/null
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_JAVA_LIBRARIES := \
+       ninepatch-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/common/ninepatch/MODULE_LICENSE_APL b/common/ninepatch/MODULE_LICENSE_APL
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/common/ninepatch/PREBUILT b/common/ninepatch/PREBUILT
new file mode 100644 (file)
index 0000000..bf1daa5
--- /dev/null
@@ -0,0 +1,4 @@
+The object in this prebuilt directory can be rebuilt from
+       platform/sdk/ninepatch/
+
+From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=c27acc39b25a1dee3fecd28601d57e9aebbc7cc0
diff --git a/common/ninepatch/ninepatch-prebuilt.jar b/common/ninepatch/ninepatch-prebuilt.jar
new file mode 100644 (file)
index 0000000..8ffce7e
Binary files /dev/null and b/common/ninepatch/ninepatch-prebuilt.jar differ
diff --git a/common/tools-common/Android.mk b/common/tools-common/Android.mk
new file mode 100644 (file)
index 0000000..e95ee82
--- /dev/null
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_JAVA_LIBRARIES := \
+       tools-common-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/common/tools-common/MODULE_LICENSE_APL b/common/tools-common/MODULE_LICENSE_APL
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/common/tools-common/PREBUILT b/common/tools-common/PREBUILT
new file mode 100644 (file)
index 0000000..bd28706
--- /dev/null
@@ -0,0 +1,4 @@
+The object in this prebuilt directory can be rebuilt from
+       platform/sdk/common/
+
+From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=1f72cb7cb032538b79e79d6fc7ff3905e9766ce1
diff --git a/common/tools-common/tools-common-prebuilt.jar b/common/tools-common/tools-common-prebuilt.jar
new file mode 100644 (file)
index 0000000..38e2bcd
Binary files /dev/null and b/common/tools-common/tools-common-prebuilt.jar differ