From cd0ebca4553782ae8ec744a2a5e324fdfa8ebfe4 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Tue, 19 Jun 2012 18:24:09 -0700 Subject: enable JAVA build if allowed - previously disabled in PDK build Change-Id: Ic7c87d839e8feac940e8f1dfa0a5899868df776c --- frameworks/PlatformLibrary/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frameworks') diff --git a/frameworks/PlatformLibrary/Android.mk b/frameworks/PlatformLibrary/Android.mk index ef2651d..b40061b 100644 --- a/frameworks/PlatformLibrary/Android.mk +++ b/frameworks/PlatformLibrary/Android.mk @@ -14,7 +14,7 @@ # limitations under the License. # -ifneq ($(TARGET_BUILD_PDK),true) +ifneq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),) # 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 @@ -57,4 +57,4 @@ include $(CLEAR_VARS) include $(call all-makefiles-under,$(LOCAL_PATH)) -endif # !PDK \ No newline at end of file +endif # JAVA_SUPPORT -- cgit v1.2.3