ccc11f4969
Original tests are implemented as shell scripts here: https://android.googlesource.com/trusty/vendor/google/aosp/+/refs/heads/master/scripts/test-map#100 Bug: 219992178 Test: trusty_driver_test Change-Id: I8a55cb660bb0cb27bb4ef32aaa0658d0c17c36e3
19 lines
737 B
Makefile
19 lines
737 B
Makefile
# Copyright (C) 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.
|
|
|
|
PRODUCT_PACKAGES += \
|
|
keymaster_soft_attestation_keys.xml \
|
|
spiproxyd \
|
|
trusty_driver_test \
|
|
trusty_keymaster_set_attestation_key \
|