Home | History | Annotate | Download | only in core

Lines Matching refs:VENDOR

127 # we don't know if the device wants to build a separate vendor.img
128 # or just build vendor stuff into system.img.
129 # A device can set up TARGET_COPY_OUT_VENDOR to "vendor" in its
132 _vendor_path_placeholder := ||VENDOR-PATH-PH||
147 # or under vendor/*/$(TARGET_DEVICE). Search in both places, but
149 # Real boards should always be associated with an OEM vendor.
154 $(shell test -d vendor && find vendor -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
172 TARGET_COPY_OUT_VENDOR := system/vendor
173 else ifeq ($(filter vendor system/vendor,$(TARGET_COPY_OUT_VENDOR)),)
174 $(error TARGET_COPY_OUT_VENDOR must be either 'vendor' or 'system/vendor', seeing '$(TARGET_COPY_OUT_VENDOR)'.)