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

Commit 278c2444 authored by Qi Ge's avatar Qi Ge Committed by GeQi
Browse files

prevent multiple include attestation header file

Test: inputflinger_test
Test: attestation_tests
Bug: 252940061
Change-Id: I1d7c780a5a6eff414b6889dc7dafd04b87836f4f
parent 0629658d
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