Lines Matching refs:packages
433 # This is set by packages that are linking to other packages that export
448 # This is set by packages that contain instrumentation, allowing them to
495 # aapt doesn't accept multiple --extra-packages flags.
496 # We have to collapse them into a single --extra-packages flag here.
499 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),)
500 aapt_flags := $(subst --extra-packages$(space),--extra-packages@,$(LOCAL_AAPT_FLAGS))
501 aapt_flags_extra_packages := $(patsubst --extra-packages@%,%,$(filter --extra-packages@%,$(aapt_flags)))
503 LOCAL_AAPT_FLAGS := $(filter-out --extra-packages@%,$(aapt_flags)) \
504 --extra-packages $(subst $(space),:,$(aapt_flags_extra_packages))