make/ZipSource.gmk
changeset 47314 743814386712
parent 41658 14de1ab85d25
child 50590 5fa19bad622d
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
    31 include Modules.gmk
    31 include Modules.gmk
    32 
    32 
    33 SRC_ZIP_WORK_DIR := $(SUPPORT_OUTPUTDIR)/src
    33 SRC_ZIP_WORK_DIR := $(SUPPORT_OUTPUTDIR)/src
    34 
    34 
    35 # Hook to include the corresponding custom file, if present.
    35 # Hook to include the corresponding custom file, if present.
    36 $(eval $(call IncludeCustomExtension, , ZipSource.gmk))
    36 $(eval $(call IncludeCustomExtension, ZipSource.gmk))
    37 
    37 
    38 ################################################################################
    38 ################################################################################
    39 # Create the directory structure for src.zip using symlinks.
    39 # Create the directory structure for src.zip using symlinks.
    40 # <module>/<package>/<file>.java
    40 # <module>/<package>/<file>.java
    41 
    41