Home | History | Annotate | Download | only in core

Lines Matching full:strip

61     # Strip but not try to add debuglink
138 $(error Cannot strip/pack host module LOCAL_PATH=$(LOCAL_PATH))
141 $(error Can strip/pack only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH))
144 $(error Cannot strip/pack scripts LOCAL_PATH=$(LOCAL_PATH))
146 # Set the arch-specific variables to set up the strip/pack rules.
223 ifneq (,$(strip $(LOCAL_PREBUILT_COVERAGE_ARCHIVE)))
251 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
253 my_extract_apk := $(strip $(LOCAL_EXTRACT_APK))
266 ifneq ($(strip $(LOCAL_EXTRACT_DPI_APK)),)
325 ifeq ($(dir $(strip $(LOCAL_CERTIFICATE))),./)
366 # we can't strip the file.
389 @# Only strip out files if we can re-sign the package.
487 $(transform-prebuilt-to-target-strip-comments)
568 LOCAL_SDK_RES_VERSION:=$(strip $(LOCAL_SDK_RES_VERSION))
630 $(intermediates.COMMON)/classes.jack : PRIVATE_JACK_MIN_SDK_VERSION := $(if $(strip $(LOCAL_MIN_SDK_VERSION)),$(LOCAL_MIN_SDK_VERSION),1)