make/common/Modules.gmk
changeset 37765 d65d7bda43ce
parent 37652 67e98335455c
parent 37764 63e0379dd186
child 37768 bdaea1ebd0ea
equal deleted inserted replaced
37761:82b8d12a553f 37765:d65d7bda43ce
    36 # and are not included in JRE.
    36 # and are not included in JRE.
    37 
    37 
    38 BOOT_MODULES :=
    38 BOOT_MODULES :=
    39 PLATFORM_MODULES :=
    39 PLATFORM_MODULES :=
    40 JRE_TOOL_MODULES :=
    40 JRE_TOOL_MODULES :=
       
    41 UPGRADEABLE_MODULES :=
       
    42 AGGREGATOR_MODULES :=
    41 
    43 
    42 # Hook to include the corresponding custom file, if present.
    44 # Hook to include the corresponding custom file, if present.
    43 $(eval $(call IncludeCustomExtension, , common/Modules.gmk))
    45 $(eval $(call IncludeCustomExtension, , common/Modules.gmk))
    44 
       
    45 UPGRADEABLE_MDOULES :=
       
    46 AGGREGATOR_MDOULES :=
       
    47 
    46 
    48 BOOT_MODULES += \
    47 BOOT_MODULES += \
    49     java.base \
    48     java.base \
    50     java.datatransfer \
    49     java.datatransfer \
    51     java.desktop \
    50     java.desktop \