From 72fa8fd7a822c44c04260d35e19a3de9fccab9df Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Wed, 30 May 2012 21:14:13 -0700 Subject: disable java build for PDK case - this is temporary change for adding device/sample to pdk group - permanent solution should be added where java build is allowed even in PDK if java build is possible Change-Id: I6abdb02414b2627703f8279c033cbf05bfe8d880 --- frameworks/PlatformLibrary/Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frameworks') diff --git a/frameworks/PlatformLibrary/Android.mk b/frameworks/PlatformLibrary/Android.mk index d1a694a..ef2651d 100644 --- a/frameworks/PlatformLibrary/Android.mk +++ b/frameworks/PlatformLibrary/Android.mk @@ -14,6 +14,8 @@ # limitations under the License. # +ifneq ($(TARGET_BUILD_PDK),true) + # This makefile shows how to build your own shared library that can be # shipped on the system of a phone, and included additional examples of # including JNI code with the library and writing client applications against it. @@ -55,3 +57,4 @@ include $(CLEAR_VARS) include $(call all-makefiles-under,$(LOCAL_PATH)) +endif # !PDK \ No newline at end of file -- cgit v1.2.3