commit | fd9515419d9b9d0a39f36b43280452c4242c7b81 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Aug 02 01:29:26 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Aug 02 01:29:26 2024 +0000 |
tree | bc8639788af054a1e4a22d194004a4a8fb845063 | |
parent | fc502591dd49a204f31a3d26bdf43f72a053f9ae [diff] | |
parent | 7508881746b167177db8c6d143e4c0815dbd3b85 [diff] |
Snap for 12173239 from 7508881746b167177db8c6d143e4c0815dbd3b85 to 24Q4-release Change-Id: Ib3e6ea71c0d57fe9cca903ed626b8b7186e6c727
diff --git a/keystore2/tests/keystore2_client_attest_key_tests.rs b/keystore2/tests/keystore2_client_attest_key_tests.rs index db555de..266f2f2 100644 --- a/keystore2/tests/keystore2_client_attest_key_tests.rs +++ b/keystore2/tests/keystore2_client_attest_key_tests.rs
@@ -666,7 +666,7 @@ fn keystore2_generate_attested_key_fail_to_get_aaid() { static APP_USER_CTX: &str = "u:r:untrusted_app:s0:c91,c256,c10,c20"; const USER_ID: u32 = 99; - const APPLICATION_ID: u32 = 10001; + const APPLICATION_ID: u32 = 19901; static APP_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; static APP_GID: u32 = APP_UID;