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

  /build/make/target/board/
treble_common.mk 56 # Also checks that BOARD_AVB_ENABLE is not set, to prevent adding verity
58 ifeq ($(BOARD_AVB_ENABLE),true)
59 $(error BOARD_AVB_ENABLE cannot be set for Treble GSI)
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 74 # Also checks that BOARD_AVB_ENABLE is not set, to prevent adding verity
76 ifeq ($(BOARD_AVB_ENABLE),true)
77 $(error BOARD_AVB_ENABLE cannot be set for GSI)
  /build/make/target/board/generic/
BoardConfig.mk 86 # Also checks that BOARD_AVB_ENABLE is not set, to prevent adding verity
88 ifeq ($(BOARD_AVB_ENABLE),true)
89 $(error BOARD_AVB_ENABLE cannot be set for GSI)
  /build/make/target/board/generic_x86/
BoardConfig.mk 76 # Also checks that BOARD_AVB_ENABLE is not set, to prevent adding verity
78 ifeq ($(BOARD_AVB_ENABLE),true)
79 $(error BOARD_AVB_ENABLE cannot be set for GSI)
  /bootable/recovery/tests/component/
update_verifier_test.cpp 27 #if defined(PRODUCT_SUPPORTS_VERITY) || defined(BOARD_AVB_ENABLE)
  /hardware/interfaces/compatibility_matrices/
compatibility_matrix.mk 62 ifeq (true,$(BOARD_AVB_ENABLE))
76 endif # BOARD_AVB_ENABLE
  /bootable/recovery/update_verifier/
update_verifier.cpp 106 #ifdef BOARD_AVB_ENABLE
267 #if defined(PRODUCT_SUPPORTS_VERITY) || defined(BOARD_AVB_ENABLE)
273 #if defined(BOARD_AVB_ENABLE)
Android.mk 46 ifeq ($(BOARD_AVB_ENABLE),true)
  /build/make/target/board/generic_arm64/
BoardConfig.mk 102 # Also checks that BOARD_AVB_ENABLE is not set, to prevent adding verity
104 ifeq ($(BOARD_AVB_ENABLE),true)
105 $(error BOARD_AVB_ENABLE cannot be set for GSI)
  /bootable/recovery/tests/
Android.mk 98 ifeq ($(BOARD_AVB_ENABLE),true)
  /device/google/wahoo/
BoardConfig.mk 62 BOARD_AVB_ENABLE := true
  /build/make/core/
Makefile 60 $(if $(filter true,$(BOARD_AVB_ENABLE)), \
750 else ifeq (true,$(BOARD_AVB_ENABLE)) # TARGET_BOOTIMAGE_USE_EXT2 != true
773 else ifeq (true,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_BOOT_SIGNER)) # BOARD_AVB_ENABLE != (…)
    [all...]
  /device/google/taimen/
BoardConfig.mk 25 BOARD_AVB_ENABLE := true

Completed in 193 milliseconds