aboutsummaryrefslogtreecommitdiff
path: root/frameworks
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-05-30 21:14:13 -0700
committerKeun young Park <keunyoung@google.com>2012-05-30 21:14:13 -0700
commit72fa8fd7a822c44c04260d35e19a3de9fccab9df (patch)
tree45d047abeb662b9a33badc596002e868e3032c0c /frameworks
parent792bdcaf1f80756fdeac1b8bf7073c1c76474a94 (diff)
downloadsample-72fa8fd7a822c44c04260d35e19a3de9fccab9df.tar.gz
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
Diffstat (limited to 'frameworks')
-rw-r--r--frameworks/PlatformLibrary/Android.mk3
1 files changed, 3 insertions, 0 deletions
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