12 lines
440 B
C
12 lines
440 B
C
// Copyright 2020 Google LLC. All Rights Reserved.
|
|
|
|
#ifndef ODK_DEPS_LICENSE_PROTOCOL_PB_H_
|
|
#define ODK_DEPS_LICENSE_PROTOCOL_PB_H_
|
|
|
|
// Because the Android repo combines the two protobufs, we need to include both
|
|
// of them in this header so that the ODK code can find it.
|
|
#include "chromium_deps/cdm/protos/certificate_provisioning.pb.h"
|
|
#include "chromium_deps/cdm/protos/license_protocol.pb.h"
|
|
|
|
#endif // ODK_DEPS_LICENSE_PROTOCOL_PB_H_
|