Alternet device properties used for attestation on AOSP and GSI builds. Attestation ids were different in AOSP/GSI builds than provisioned ids in keymint. Hence additional properties used to make these ids identical to provisioned ids. Bug: 110779648 Bug: 259376922 Test: atest VtsAidlKeyMintTargetTest:PerInstance/NewKeyGenerationTest#EcdsaAttestationIdTags/0_android_hardware_security_keymint_IKeyMintDevice_default Test: atest VtsAidlKeyMintTargetTest:PerInstance/NewKeyGenerationTest#EcdsaAttestationIdTags/1_android_hardware_security_keymint_IKeyMintDevice_strongbox Test: atest CtsKeystoreTestCases:android.keystore.cts.KeyAttestationTest CtsKeystoreTestCases:DeviceOwnerKeyManagementTest Change-Id: If6a7afd5c0ae50e1532e8345d5b48c910fd44683
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
#
|
|
# Copyright 2020 The Android Open-Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
$(call inherit-product, device/google/gs101/aosp_common.mk)
|
|
$(call inherit-product, device/google/raviole/device-raven.mk)
|
|
|
|
PRODUCT_NAME := aosp_raven
|
|
PRODUCT_NAME_FOR_ATTESTATION := raven
|
|
PRODUCT_DEVICE := raven
|
|
PRODUCT_MODEL := AOSP on Raven
|
|
PRODUCT_MODEL_FOR_ATTESTATION := Pixel 6 Pro
|
|
PRODUCT_BRAND := Android
|
|
PRODUCT_BRAND_FOR_ATTESTATION := google
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
PRODUCT_PACKAGES += com.android.vndk.current.on_vendor
|