Home | History | Annotate | Download | only in core

Lines Matching refs:PDK

403 # Set up PDK so we can use TARGET_BUILD_PDK to select prebuilt tools below
404 .PHONY: pdk fusion
405 pdk fusion: $(DEFAULT_GOAL)
408 # pdk fusion if:
415 # otherwise pdk only if:
416 pdk is a command line build goal
422 # Most PDK project paths should be using vendor/pdk/TARGET_DEVICE
423 # but some legacy ones (e.g. mini_armv7a_neon generic PDK) were setup
424 # with vendor/pdk/TARGET_PRODUCT.
426 $(wildcard vendor/pdk/$(TARGET_DEVICE)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform/platform.zip) \
427 $(wildcard vendor/pdk/$(TARGET_DEVICE)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform/platform.zip) \
428 $(wildcard vendor/pdk/$(TARGET_PRODUCT)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform/platform.zip) \
429 $(wildcard vendor/pdk/$(TARGET_PRODUCT)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform/platform.zip))
436 ifneq (,$(filter pdk fusion, $(MAKECMDGOALS)))
440 $(error Specify PDK_FUSION_PLATFORM_ZIP to do a PDK fusion.)
443 endif # pdk or fusion
473 # Override the definitions above for unbundled and PDK builds
490 # Don't use prebuilts in PDK