equal
deleted
inserted
replaced
249 # |
249 # |
250 # Specific to OpenJDK building |
250 # Specific to OpenJDK building |
251 # |
251 # |
252 ifdef OPENJDK |
252 ifdef OPENJDK |
253 |
253 |
254 include $(BUILDDIR)/common/internal/BinaryPlugs.gmk |
254 ifeq ($(IMPORT_BINARY_PLUGS),true) |
255 |
255 include $(BUILDDIR)/common/internal/BinaryPlugs.gmk |
256 build: import-binary-plugs |
256 |
|
257 build: import-binary-plugs |
|
258 endif |
257 |
259 |
258 else # !OPENJDK |
260 else # !OPENJDK |
259 |
261 |
260 INTERNAL_IMPORT_LIST += \ |
262 INTERNAL_IMPORT_LIST += \ |
261 $(LIBDIR)/security/US_export_policy.jar \ |
263 $(LIBDIR)/security/US_export_policy.jar \ |