Merge "enable java/jni build in PDK if supported" into jb-mr1-dev
This commit is contained in:
commit
a610da900c
@ -20,7 +20,7 @@ dirs := \
|
|||||||
textures \
|
textures \
|
||||||
tritex \
|
tritex \
|
||||||
|
|
||||||
ifneq ($(TARGET_BUILD_PDK), true)
|
ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
|
||||||
dirs += \
|
dirs += \
|
||||||
gl2_cameraeye \
|
gl2_cameraeye \
|
||||||
gl2_java \
|
gl2_java \
|
||||||
@ -29,11 +29,16 @@ dirs += \
|
|||||||
gl_jni \
|
gl_jni \
|
||||||
gl_perfapp \
|
gl_perfapp \
|
||||||
lighting1709 \
|
lighting1709 \
|
||||||
testFramerate \
|
|
||||||
testLatency \
|
testLatency \
|
||||||
testPauseResume \
|
testPauseResume \
|
||||||
testViewport \
|
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))
|
include $(call all-named-subdir-makefiles, $(dirs))
|
||||||
|
Loading…
Reference in New Issue
Block a user