make/lib/Lib-java.instrument.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 48751 54f355e65415
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
    24 #
    24 #
    25 
    25 
    26 include LibCommon.gmk
    26 include LibCommon.gmk
    27 
    27 
    28 # Hook to include the corresponding custom file, if present.
    28 # Hook to include the corresponding custom file, if present.
    29 $(eval $(call IncludeCustomExtension, , lib/Lib-java.instrument.gmk))
    29 $(eval $(call IncludeCustomExtension, lib/Lib-java.instrument.gmk))
    30 
    30 
    31 ################################################################################
    31 ################################################################################
    32 
    32 
    33 LIBINSTRUMENT_SRC := $(TOPDIR)/src/java.instrument/share/native/libinstrument \
    33 LIBINSTRUMENT_SRC := $(TOPDIR)/src/java.instrument/share/native/libinstrument \
    34     $(TOPDIR)/src/java.instrument/$(OPENJDK_TARGET_OS_TYPE)/native/libinstrument \
    34     $(TOPDIR)/src/java.instrument/$(OPENJDK_TARGET_OS_TYPE)/native/libinstrument \