• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2025 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16# release build
17DEBUG ?= 1
18UBSAN_ENABLED ?= false
19RELEASE_BUILD ?= true
20SYMTAB_ENABLED ?= false
21
22# no placeholder hals by default
23WITH_FAKE_HWRNG ?= false
24WITH_FAKE_HWKEY ?= false
25WITH_FAKE_KEYBOX ?= false
26
27USE_SYSTEM_BINDER := true
28
29# This keeps trusty is VMs in sync with the latest
30# Android Profile for DICE. This is required since
31# profile versions for each cert in a DICE chain must
32# be of greater than or equal version to their parent.
33# pvmfw uses the latest android profile for DICE and
34# launches trusty in protected VMs, so we match that
35# version.
36DICE_PROFILE_FOR_OPEN_DICE := android
37
38include project/generic-arm-virt-inc.mk
39include project/generic-arm-tz-inc.mk
40
41