Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a610da90 authored by Keun young Park's avatar Keun young Park Committed by Android (Google) Code Review
Browse files

Merge "enable java/jni build in PDK if supported" into jb-mr1-dev

parents b685c542 203a3357
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ dirs := \
	textures \
	tritex \

ifneq ($(TARGET_BUILD_PDK), true)
ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
dirs += \
	gl2_cameraeye \
	gl2_java \
@@ -29,11 +29,16 @@ dirs += \
	gl_jni \
	gl_perfapp \
	lighting1709 \
	testFramerate \
	testLatency \
	testPauseResume \
	testViewport \

endif
endif # JAVA_SUPPORT

ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
dirs += \
	testFramerate

endif # JAVA_SUPPORT platform

include $(call all-named-subdir-makefiles, $(dirs))