Merge "Pass TARGET_BUILD_PDK to soong"
This commit is contained in:
@@ -84,6 +84,9 @@ ALLOW_MISSING_DEPENDENCIES := $(filter true,$(ALLOW_MISSING_DEPENDENCIES))
|
|||||||
ifneq ($(TARGET_BUILD_APPS),)
|
ifneq ($(TARGET_BUILD_APPS),)
|
||||||
ALLOW_MISSING_DEPENDENCIES := true
|
ALLOW_MISSING_DEPENDENCIES := true
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(TARGET_BUILD_PDK),true)
|
||||||
|
ALLOW_MISSING_DEPENDENCIES := true
|
||||||
|
endif
|
||||||
ifneq ($(filter true,$(SOONG_ALLOW_MISSING_DEPENDENCIES)),)
|
ifneq ($(filter true,$(SOONG_ALLOW_MISSING_DEPENDENCIES)),)
|
||||||
ALLOW_MISSING_DEPENDENCIES := true
|
ALLOW_MISSING_DEPENDENCIES := true
|
||||||
endif
|
endif
|
||||||
|
@@ -81,6 +81,7 @@ $(SOONG_VARIABLES): FORCE
|
|||||||
echo ' "Device_uses_hwc2": $(if $(filter true,$(TARGET_USES_HWC2)),true,false),'; \
|
echo ' "Device_uses_hwc2": $(if $(filter true,$(TARGET_USES_HWC2)),true,false),'; \
|
||||||
echo ' "Override_rs_driver": "$(OVERRIDE_RS_DRIVER)",'; \
|
echo ' "Override_rs_driver": "$(OVERRIDE_RS_DRIVER)",'; \
|
||||||
echo ' "Treble": $(if $(filter true,$(PRODUCT_FULL_TREBLE)),true,false),'; \
|
echo ' "Treble": $(if $(filter true,$(PRODUCT_FULL_TREBLE)),true,false),'; \
|
||||||
|
echo ' "Pdk": $(if $(filter true,$(TARGET_BUILD_PDK)),true,false),'; \
|
||||||
echo ''; \
|
echo ''; \
|
||||||
echo ' "ArtUseReadBarrier": $(if $(filter false,$(PRODUCT_ART_USE_READ_BARRIER)),false,true),'; \
|
echo ' "ArtUseReadBarrier": $(if $(filter false,$(PRODUCT_ART_USE_READ_BARRIER)),false,true),'; \
|
||||||
echo ''; \
|
echo ''; \
|
||||||
|
Reference in New Issue
Block a user