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

  /build/make/core/
envsetup.mk 182 TARGET_COPY_OUT_PRODUCT := product
203 # Define TARGET_COPY_OUT_PRODUCT to a placeholder, for at this point
206 # A device can set up TARGET_COPY_OUT_PRODUCT to "product" in its
210 TARGET_COPY_OUT_PRODUCT := $(_product_path_placeholder)
290 # Now we can substitute with the real value of TARGET_COPY_OUT_PRODUCT
291 ifeq ($(TARGET_COPY_OUT_PRODUCT),$(_product_path_placeholder))
292 TARGET_COPY_OUT_PRODUCT := system/product
293 else ifeq ($(filter product system/product,$(TARGET_COPY_OUT_PRODUCT)),)
294 $(error TARGET_COPY_OUT_PRODUCT must be either 'product' or 'system/product', seeing '$(TARGET_COPY_OUT_PRODUCT)'.
    [all...]
soong_config.mk 134 $(call add_json_str, ProductPath, $(TARGET_COPY_OUT_PRODUCT))
Makefile     [all...]
  /system/core/rootdir/
Android.mk 207 $$(hide) sed -i -e 's?%PRODUCT%?$$(TARGET_COPY_OUT_PRODUCT)?g' $$@

Completed in 1412 milliseconds