Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a76c09ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "prevent multiple include attestation header file" am: f31660f4 am:...

Merge "prevent multiple include attestation header file" am: f31660f4 am: 177b852d am: bb62d993

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2247936



Change-Id: I826b215e6afd165631faa191cf6ec3071332bcd0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4d2ecc64 bb62d993
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
 * limitations under the License.
 */

#ifndef ATTESTATION_HMACKEYMANAGER_H
#define ATTESTATION_HMACKEYMANAGER_H

#include <array>

namespace android {
@@ -30,3 +33,5 @@ private:
    const std::array<uint8_t, 128> mHmacKey;
};
} // namespace android

#endif // ATTESTATION_HMACKEYMANAGER_H
 No newline at end of file