equal
deleted
inserted
replaced
47 |
47 |
48 # Reduced JRE locations |
48 # Reduced JRE locations |
49 JRE_REDUCED_HEADLESS_IMAGE_DIR = $(ABS_OUTPUTDIR)/j2re-reduced-headless-image |
49 JRE_REDUCED_HEADLESS_IMAGE_DIR = $(ABS_OUTPUTDIR)/j2re-reduced-headless-image |
50 JRE_REDUCED_IMAGE_DIR = $(ABS_OUTPUTDIR)/j2re-reduced-image |
50 JRE_REDUCED_IMAGE_DIR = $(ABS_OUTPUTDIR)/j2re-reduced-image |
51 |
51 |
|
52 # Override on linux to further reduce binary/lib sizes in product build |
|
53 ifeq ($(PLATFORM), linux) |
|
54 ifeq ($(VARIANT), OPT) |
|
55 ifneq ($(NO_STRIP), true) |
|
56 ifneq ($(DEBUG_BINARIES), true) |
|
57 POST_STRIP_PROCESS = $(STRIP) --strip-unneeded |
|
58 endif |
|
59 endif |
|
60 endif |
|
61 endif |
|
62 |
52 endif # JAVASE_EMBEDDED |
63 endif # JAVASE_EMBEDDED |
53 |
64 |