Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

prebuilt: 提交

prebuilt


Commit MetaInfo

修訂4fd2896a84c1987d9f3652bb2495a67a27f091db (tree)
時間2011-05-24 10:26:29
作者Xavier Ducrohet <xav@andr...>
CommiterXavier Ducrohet

Log Message

Merge layoutlib related prebuilt from gingerbread.

This is part of back porting the 3.x layoutlib library
from honeycomb to gingerbread to froyo (to eclair).

Change-Id: Ia611fff29d2afc86cd7ad8328a2354ae0273edf8

Change Summary

差異

--- /dev/null
+++ b/common/layoutlib_api/Android.mk
@@ -0,0 +1,10 @@
1+LOCAL_PATH:= $(call my-dir)
2+
3+include $(CLEAR_VARS)
4+
5+LOCAL_PREBUILT_JAVA_LIBRARIES := \
6+ layoutlib_api-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
7+
8+LOCAL_MODULE_TAGS := optional
9+
10+include $(BUILD_HOST_PREBUILT)
--- /dev/null
+++ b/common/layoutlib_api/PREBUILT
@@ -0,0 +1,4 @@
1+The object in this prebuilt directory can be rebuilt from
2+ platform/sdk/layoutlib_api/
3+
4+From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=9e4e56d1b612fb6f6fd4422bf4ef210df88b34e8
Binary files /dev/null and b/common/layoutlib_api/layoutlib_api-prebuilt.jar differ
--- /dev/null
+++ b/common/ninepatch/Android.mk
@@ -0,0 +1,10 @@
1+LOCAL_PATH:= $(call my-dir)
2+
3+include $(CLEAR_VARS)
4+
5+LOCAL_PREBUILT_JAVA_LIBRARIES := \
6+ ninepatch-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
7+
8+LOCAL_MODULE_TAGS := optional
9+
10+include $(BUILD_HOST_PREBUILT)
--- /dev/null
+++ b/common/ninepatch/PREBUILT
@@ -0,0 +1,4 @@
1+The object in this prebuilt directory can be rebuilt from
2+ platform/sdk/ninepatch/
3+
4+From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=c27acc39b25a1dee3fecd28601d57e9aebbc7cc0
Binary files /dev/null and b/common/ninepatch/ninepatch-prebuilt.jar differ
--- /dev/null
+++ b/common/tools-common/Android.mk
@@ -0,0 +1,10 @@
1+LOCAL_PATH:= $(call my-dir)
2+
3+include $(CLEAR_VARS)
4+
5+LOCAL_PREBUILT_JAVA_LIBRARIES := \
6+ tools-common-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
7+
8+LOCAL_MODULE_TAGS := optional
9+
10+include $(BUILD_HOST_PREBUILT)
--- /dev/null
+++ b/common/tools-common/PREBUILT
@@ -0,0 +1,4 @@
1+The object in this prebuilt directory can be rebuilt from
2+ platform/sdk/common/
3+
4+From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=1f72cb7cb032538b79e79d6fc7ff3905e9766ce1
Binary files /dev/null and b/common/tools-common/tools-common-prebuilt.jar differ
Show on old repository browser