Merge "Filter out TV GSI build targets" into tm-dev
This commit is contained in:
commit
89939ccf89
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ endif
|
|||
|
||||
# Show a warning wall of text if non-compliance-GSI products set this option.
|
||||
ifdef PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
|
||||
ifeq (,$(filter gsi_arm gsi_arm64 gsi_x86 gsi_x86_64 gsi_car_arm64 gsi_car_x86_64,$(PRODUCT_NAME)))
|
||||
ifeq (,$(filter gsi_arm gsi_arm64 gsi_x86 gsi_x86_64 gsi_car_arm64 gsi_car_x86_64 gsi_tv_arm gsi_tv_arm64,$(PRODUCT_NAME)))
|
||||
$(warning PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT is set but \
|
||||
PRODUCT_NAME ($(PRODUCT_NAME)) doesn't look like a GSI for compliance \
|
||||
testing. This is a special configuration for compliance GSI, so do make \
|
||||
|
|
Loading…
Reference in a new issue