OpenJDK / openjfx / jfx-dev / rt
comparison buildSrc/armv7hf.gradle @ 6974:98fc97b79c74
Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8u/master/jfx/rt
author | kcr |
---|---|
date | Mon, 05 May 2014 14:03:34 -0700 |
parents | 685555d88860 |
children | 2396fec9b032 |
comparison
equal
deleted
inserted
replaced
1:f0151aa75a92 | 2:188647946141 |
---|---|
76 ARMV7HF.compileSWT = false; | 76 ARMV7HF.compileSWT = false; |
77 ARMV7HF.compileFXPackager = false; | 77 ARMV7HF.compileFXPackager = false; |
78 ARMV7HF.compileDesignTime = false; | 78 ARMV7HF.compileDesignTime = false; |
79 | 79 |
80 // Libraries end up in the sdk/rt/lib/arm directory for arm builds | 80 // Libraries end up in the sdk/rt/lib/arm directory for arm builds |
81 ARMV7HF.arch = "arm" | |
81 ARMV7HF.libDest = "lib/arm" | 82 ARMV7HF.libDest = "lib/arm" |
82 | 83 |
83 // TODO this is garbage. Each target file should define what it includes, | 84 // TODO this is garbage. Each target file should define what it includes, |
84 // not what it excludes. | 85 // not what it excludes. |
85 ARMV7HF.jfxrtJarExcludes = [ | 86 ARMV7HF.jfxrtJarExcludes = [ |
579 ARMV7HF.media = [:] | 580 ARMV7HF.media = [:] |
580 ARMV7HF.media.compiler = compiler | 581 ARMV7HF.media.compiler = compiler |
581 ARMV7HF.media.linker = linker | 582 ARMV7HF.media.linker = linker |
582 ARMV7HF.media.extra_cflags = mediaCFlags.join(' ') | 583 ARMV7HF.media.extra_cflags = mediaCFlags.join(' ') |
583 ARMV7HF.media.extra_ldflags = mediaLFlags.join(' ') | 584 ARMV7HF.media.extra_ldflags = mediaLFlags.join(' ') |
585 | |
586 ARMV7HF.deploy = [:] | |
587 ARMV7HF.deploy.publicLibraryFilter = [ | |
588 "fxavcodecplugin-52.so", | |
589 "fxavcodecplugin-53.so", | |
590 "fxplugins.so", | |
591 "libjfxwebkit.so", | |
592 "libgstplugins-lite.so", | |
593 "libgstreamer-lite.so", | |
594 "libprism_es2_eglx11.so", | |
595 "libglass_lens_fb.so" | |
596 ] | |
597 ARMV7HF.deploy.compressBigJar=true |