commit | 4d8462cb28e4c79f5fe6b379fd3d3fda23923ca3 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Apr 25 19:41:27 2024 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Thu Apr 25 20:03:10 2024 +0000 |
tree | 470392aad0480ac88e96aa2188f7df1cb2efcfb7 | |
parent | 94e596ec9c09779ad8911baf76834bb8c8445878 [diff] |
Use KeyProperties.UID_SELF instead of KeyStore.UID_SELF Since the class 'android.security.KeyStore' is going away, the UID_SELF constant is being moved to a more appropriate location in KeyProperties. Update code that references this constant to use the new location. No change in behavior; the value of the constant remains the same. Bug: 326508120 Test: build Flag: NONE mechanical refactoring with no behavior change Change-Id: I86aa1add526a9eb45bb89a73cc18bb54ba3496c3