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

  /development/vndk/snapshot/
build.sh 19 export BOARD_VNDK_VERSION=current
  /device/linaro/poplar/
BoardConfig.mk 60 BOARD_VNDK_VERSION := current
  /device/google/marlin/vndk/
Android.mk 2 # USE BOARD_VNDK_VERSION:=current instead.
9 ifndef BOARD_VNDK_VERSION
  /device/ti/beagle_x15/
BoardConfig.mk 29 BOARD_VNDK_VERSION := current
  /build/make/core/
local_vndk.mk 34 ifndef BOARD_VNDK_VERSION
copy_headers.mk 23 ifdef BOARD_VNDK_VERSION
board_config.mk 491 # Check BOARD_VNDK_VERSION
497 ifdef BOARD_VNDK_VERSION
498 ifneq ($(BOARD_VNDK_VERSION),current)
499 $(error BOARD_VNDK_VERSION: Only "current" is implemented)
soong_config.mk 111 $(call add_json_str, DeviceVndkVersion, $(BOARD_VNDK_VERSION))
config.mk 706 # If PRODUCT_USE_VNDK is true and BOARD_VNDK_VERSION is not defined yet,
707 # BOARD_VNDK_VERSION will be set to "current" as default.
719 ifndef BOARD_VNDK_VERSION
720 BOARD_VNDK_VERSION := current
    [all...]
binary.mk 271 # Required VNDK version for vendor modules is BOARD_VNDK_VERSION.
272 my_vndk_version := $(BOARD_VNDK_VERSION)
    [all...]
Makefile 143 ifdef BOARD_VNDK_VERSION
144 ifeq ($(BOARD_VNDK_VERSION),current)
147 FINAL_VENDOR_DEFAULT_PROPERTIES := ro.vndk.version=$(BOARD_VNDK_VERSION)
    [all...]
main.mk     [all...]
  /build/make/target/board/
BoardConfigMainlineCommon.mk 15 BOARD_VNDK_VERSION := current
  /device/linaro/hikey/
BoardConfigCommon.mk 21 BOARD_VNDK_VERSION := current
  /build/make/core/tasks/
vndk.mk 17 # BOARD_VNDK_VERSION must be set to 'current' in order to generate a VNDK snapshot.
18 ifeq ($(BOARD_VNDK_VERSION),current)
237 else # BOARD_VNDK_VERSION is NOT set to 'current'
238 error_msg := "CANNOT generate VNDK snapshot. BOARD_VNDK_VERSION must be set to 'current'."
239 endif # BOARD_VNDK_VERSION
  /build/make/target/product/gsi/
Android.mk 98 ifneq ($(BOARD_VNDK_VERSION),)
126 endif # BOARD_VNDK_VERSION is set
  /device/google/cuttlefish/shared/
BoardConfig.mk 141 BOARD_VNDK_VERSION := current
  /frameworks/av/services/mediacodec/
Android.mk 59 $(eval _vendor_suffix := $(if $(BOARD_VNDK_VERSION),.vendor))\
  /device/google/wahoo/
BoardConfig.mk 168 BOARD_VNDK_VERSION := current
  /build/soong/ui/build/
dumpvars.go 210 "BOARD_VNDK_VERSION",
  /build/soong/cc/
makevars.go 94 ctx.Strict("BOARD_VNDK_VERSION", ctx.DeviceConfig().VndkVersion())
cc.go 226 // Nothing happens if BOARD_VNDK_VERSION isn't set in the BoardConfig.mk
    [all...]
cc_test.go 792 // This test checks the VNDK-Ext properties when BOARD_VNDK_VERSION is not set.
    [all...]

Completed in 1624 milliseconds