1#ifndef ANDROID_PDX_DEFAULT_TRANSPORT_UDS_SERVICE_ENDPOINT_H_
2#define ANDROID_PDX_DEFAULT_TRANSPORT_UDS_SERVICE_ENDPOINT_H_
3
4#include <uds/service_endpoint.h>
5
6namespace android {
7namespace pdx {
8namespace default_transport {
9
10using Endpoint = ::android::pdx::uds::Endpoint;
11
12}  // namespace default_transport
13}  // namespace pdx
14}  // namespace android
15
16#endif  // ANDROID_PDX_DEFAULT_TRANSPORT_UDS_PDX_SERVICE_ENDPOINT_H_
17