Skip to content

Commit

Permalink
Merge "Prebuilts needed by the new LayoutLib. do not merge." into gin…
Browse files Browse the repository at this point in the history
…gerbread
  • Loading branch information
Xavier Ducrohet authored and Android (Google) Code Review committed Feb 24, 2011
2 parents 5e9f656 + fc54e39 commit 671c1cd
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/layoutlib_api/Android.mk
@@ -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)
Empty file.
4 changes: 4 additions & 0 deletions common/layoutlib_api/PREBUILT
@@ -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=19f5994117fb8d5a03a3b344f0cd4bd276710b5d
Binary file added common/layoutlib_api/layoutlib_api-prebuilt.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions common/ninepatch/Android.mk
@@ -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)
Empty file.
4 changes: 4 additions & 0 deletions common/ninepatch/PREBUILT
@@ -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
Binary file added common/ninepatch/ninepatch-prebuilt.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions common/tools-common/Android.mk
@@ -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)
Empty file.
4 changes: 4 additions & 0 deletions common/tools-common/PREBUILT
@@ -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
Binary file added common/tools-common/tools-common-prebuilt.jar
Binary file not shown.

0 comments on commit 671c1cd

Please sign in to comment.