HomeSort by relevance Sort by last modified time
    Searched refs:NOSTRIP (Results 1 - 4 of 4) sorted by null

  /external/minijail/
common.mk 74 # If NOSTRIP=1, SPLITDEBUG will never strip the final emitted objects.
75 # - NOSTRIP=[0|1] determines if binaries are stripped. (default: 1)
76 # NOSTRIP=0 and MODE=opt will also drop -g from the CFLAGS.
98 NOSTRIP ?= 1
342 ifeq ($(NOSTRIP),0)
435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
694 $(info - NOSTRIP=$(NOSTRIP))
    [all...]
  /external/modp_b64/
common.mk 74 # If NOSTRIP=1, SPLITDEBUG will never strip the final emitted objects.
75 # - NOSTRIP=[0|1] determines if binaries are stripped. (default: 1)
76 # NOSTRIP=0 and MODE=opt will also drop -g from the CFLAGS.
98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(info - NOSTRIP=$(NOSTRIP))
    [all...]
  /external/toybox/scripts/
make.sh 334 if [ ! -z "$NOSTRIP" ] ||
  /external/pdfium/third_party/libtiff/
tif_read.c 47 #define NOSTRIP ((uint32)(-1)) /* undefined state */
196 tif->tif_curstrip = NOSTRIP;
854 tif->tif_curstrip = NOSTRIP;
883 tif->tif_curstrip = NOSTRIP;
892 tif->tif_curstrip = NOSTRIP;
    [all...]

Completed in 115 milliseconds