make/common/Modules.gmk
changeset 58846 f9ac726ab347
parent 57804 9b7b9f16dfd9
child 58921 d92acb18e300
equal deleted inserted replaced
58845:e492513d3630 58846:f9ac726ab347
   196     jdk.internal.vm.ci \
   196     jdk.internal.vm.ci \
   197     jdk.internal.vm.compiler \
   197     jdk.internal.vm.compiler \
   198     jdk.internal.vm.compiler.management \
   198     jdk.internal.vm.compiler.management \
   199     #
   199     #
   200 
   200 
       
   201 # The native dynamic libraries in these modules will also get built into static
       
   202 # libraries for consumption by downstream projects that need to statically link
       
   203 # the JDK libraries. Those static libraries are not part of the main JDK
       
   204 # distribution. 
       
   205 STATIC_LIBS_MODULES := \
       
   206     java.base \
       
   207     jdk.crypto.ec \
       
   208     jdk.security.auth \
       
   209     java.prefs \
       
   210     java.security.jgss \
       
   211     java.smartcardio \
       
   212     jdk.crypto.cryptoki \
       
   213     jdk.net \
       
   214     #
       
   215 
   201 ################################################################################
   216 ################################################################################
   202 # Some platforms don't have the serviceability agent
   217 # Some platforms don't have the serviceability agent
   203 
   218 
   204 ifeq ($(INCLUDE_SA), false)
   219 ifeq ($(INCLUDE_SA), false)
   205   MODULES_FILTER += jdk.hotspot.agent
   220   MODULES_FILTER += jdk.hotspot.agent